Skip to content

Commit e51c42d

Browse files
committed
Prettify
1 parent 5943fed commit e51c42d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ git checkout NGSI-v2
450450
```
451451

452452
> [!NOTE]
453+
>
453454
> The initial creation of Docker images can take up to three minutes
454455

455456
Thereafter, all services can be initialized from the command-line by running the
@@ -461,7 +462,8 @@ repository:
461462
```
462463

463464
> [!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:
465467
>
466468
> ```console
467469
> ./services stop
@@ -765,7 +767,7 @@ the Body can be expanded as the rules become more complex.
765767
To request a decision from Authzforce, make a POST request to the `domains/{domain-id}/pdp` endpoint. In this case the
766768
user has the `managers-role-0000-0000-000000000000` and is requesting access the `/app/price-change` resource.
767769

768-
#### 7️⃣ Request
770+
#### 7️⃣ Request
769771

770772
```console
771773
curl -X POST \
@@ -820,7 +822,7 @@ successful request includes a `<Decision>` element to `Permit` access to the res
820822
To request a decision from Authzforce, make a POST request to the `domains/{domain-id}/pdp` endpoint. In this case the
821823
user has the `security-role-0000-0000-000000000000` and is requesting access the `/app/price-change` resource.
822824

823-
#### 8️⃣ Request
825+
#### 8️⃣ Request
824826

825827
```console
826828
curl -X POST \
@@ -1117,6 +1119,7 @@ making unnecessary requests.
11171119
## PDP - Advanced Authorization - Running the Example
11181120

11191121
> [!NOTE]
1122+
>
11201123
> Five resources have been secured at level 3:
11211124
>
11221125
> - sending the unlock door command
@@ -1130,8 +1133,9 @@ making unnecessary requests.
11301133
Eve has an account, but no roles in the application.
11311134

11321135
> [!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.
11351139

11361140
- From `http://localhost:3000`, log in as `eve@example.com` with the password `test`
11371141

0 commit comments

Comments
 (0)