Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent 3e8d5d0 commit 85f1fc1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ git checkout NGSI-v2
./services create
```

> **Note** The initial creation of Docker images can take up to three minutes
> [!NOTE]
> The initial creation of Docker images can take up to three minutes

Thereafter, all services can be initialized from the command-line by running the
[services](https://github.com/FIWARE/tutorials.Securing-Access-OpenID-Connect/blob/NGSI-v2/services) Bash script
Expand Down Expand Up @@ -595,7 +596,8 @@ The response displays the user on the top right of the screen, details of the to

![](https://fiware.github.io/tutorials.Securing-Access-OpenID-Connect/img/implicit-OIDC-web.png)

> **Note** Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
> [!NOTE]
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
> which has already permitted access will be used for subsequent authorization request.
## Hybrid Flow
Expand Down Expand Up @@ -657,7 +659,8 @@ The response displays the user on the top right of the screen, details of the to

![](https://fiware.github.io/tutorials.Securing-Access-OpenID-Connect/img/hybrid-OIDC-web.png)

> **Note** Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
> [!NOTE]
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
> which has already permitted access will be used for subsequent authorization requests, so the **Keyrock** login screen
> will not be shown again.
Expand Down

0 comments on commit 85f1fc1

Please sign in to comment.