@@ -450,6 +450,7 @@ git checkout NGSI-v2
450
450
` ` `
451
451
452
452
> [!NOTE]
453
+ >
453
454
> The initial creation of Docker images can take up to three minutes
454
455
455
456
Thereafter, all services can be initialized from the command-line by running the
@@ -461,7 +462,8 @@ repository:
461
462
` ` `
462
463
463
464
> [!NOTE]
464
- > If you want to clean up and start over again you can do so with the following command:
465
+ >
466
+ > If you want to clean up and start over again you can do so with the following command:
465
467
>
466
468
> ```console
467
469
> ./services stop
@@ -765,7 +767,7 @@ the Body can be expanded as the rules become more complex.
765
767
To request a decision from Authzforce, make a POST request to the `domains/{domain-id}/pdp` endpoint. In this case the
766
768
user has the `managers-role-0000-0000-000000000000` and is requesting access the `/app/price-change` resource.
767
769
768
- # ### 7️⃣ Request
770
+ # ### 7️⃣ Request
769
771
770
772
` ` ` console
771
773
curl -X POST \
@@ -820,7 +822,7 @@ successful request includes a `<Decision>` element to `Permit` access to the res
820
822
To request a decision from Authzforce, make a POST request to the `domains/{domain-id}/pdp` endpoint. In this case the
821
823
user has the `security-role-0000-0000-000000000000` and is requesting access the `/app/price-change` resource.
822
824
823
- # ### 8️⃣ Request
825
+ # ### 8️⃣ Request
824
826
825
827
` ` ` console
826
828
curl -X POST \
@@ -1117,6 +1119,7 @@ making unnecessary requests.
1117
1119
# # PDP - Advanced Authorization - Running the Example
1118
1120
1119
1121
> [!NOTE]
1122
+ >
1120
1123
> Five resources have been secured at level 3:
1121
1124
>
1122
1125
> - sending the unlock door command
@@ -1130,8 +1133,9 @@ making unnecessary requests.
1130
1133
Eve has an account, but no roles in the application.
1131
1134
1132
1135
> [!NOTE]
1133
- > As Eve has a recognized account, she gains full authentication access. This means she is able to _view_ the
1134
- > Store page, even though her account has no roles attached.
1136
+ >
1137
+ > As Eve has a recognized account, she gains full authentication access. This means she is able to _view_ the Store
1138
+ > page, even though her account has no roles attached.
1135
1139
1136
1140
- From `http://localhost:3000`, log in as `eve@example.com` with the password `test`
1137
1141
0 commit comments