Skip to content

Commit 30a2cb7

Browse files
committed
Add notes
1 parent bf1bcac commit 30a2cb7

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ git checkout NGSI-v2
275275
./services create
276276
```
277277

278-
> **Note** The initial creation of Docker images can take up to three minutes
278+
> [!NOTE]
279+
> The initial creation of Docker images can take up to three minutes
279280

280281
Thereafter, all services can be initialized from the command-line by running the
281282
[services](https://github.com/FIWARE/tutorials.Securing-Access/blob/NGSI-v2/services) Bash script provided within the
@@ -414,7 +415,8 @@ curl -iX POST \
414415
--data "username=alice-the-admin@test.com&password=test&grant_type=password"
415416
```
416417

417-
> **Note:** the username in the grant matches the email address of the user in this instance.
418+
> [!NOTE]
419+
> The username in the grant matches the email address of the user in this instance.
418420
419421
#### Response
420422

@@ -571,7 +573,8 @@ The user must then authorize the request
571573

572574
The response displays the user on the top right of the screen, details of the token are also flashed onto the screen.
573575

574-
> **Note** Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
576+
> [!NOTE]
577+
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
575578
> which has already permitted access will be used for subsequent authorization requests, so the **Keyrock** login screen
576579
> will not be shown again.
577580
@@ -621,7 +624,8 @@ The user must then authorize the request
621624

622625
The response displays the user on the top right of the screen, details of the token are also flashed onto the screen.
623626

624-
> **Note** Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
627+
> [!NOTE]
628+
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session
625629
> which has already permitted access will be used for subsequent authorization request.
626630
627631
## Client Credentials Grant
@@ -959,7 +963,8 @@ function sendCommand(req, res) {
959963

960964
## PDP Access Control - Running the Example
961965

962-
> **Note** Only four resources have been secured at level 2:
966+
> [!NOTE]
967+
> Only four resources have been secured at level 2:
963968
>
964969
> - sending the unlock door command
965970
> - sending the ring bell command
@@ -988,7 +993,8 @@ function sendCommand(req, res) {
988993

989994
Eve has an account, but no roles in the application.
990995

991-
> **Note** As Eve has a recognized account, she gains full authentication access, even though her account has no roles
996+
> [!NOTE]
997+
> As Eve has a recognized account, she gains full authentication access, even though her account has no roles
992998
> attached.
993999
9941000
- From `http://localhost:3000`, log in as `eve@example.com` with the password `test`

0 commit comments

Comments
 (0)