Skip to content

Commit c568c13

Browse files
author
Frederic Mercier
committed
minor changes
1 parent ed2ca07 commit c568c13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

authentication/Keycloak/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can create roles and grant these roles directly to an individual user, or ev
215215
* Click **Save**
216216
* Click the **Details** tab
217217
* Click **Save**
218-
* clicking **Save password** to confirm
218+
* Click **Save password** to confirm
219219

220220
(Optional) Every user is created with a predefined role named **default-roles-<CLIENT_ID>**.
221221
This role has no interest. So, here is the way to unassign this role.
@@ -228,7 +228,7 @@ You can create roles and grant these roles directly to an individual user, or ev
228228
![Unassign default role](images/unassign_default_role.png)
229229

230230
* Click the **Details** tab
231-
* Make sure the toggle **Enabled** is on
231+
* Make sure the toggle **Enabled** is On
232232
* Click **Save**
233233

234234
Repeat those steps for each user you want to add.
@@ -603,7 +603,7 @@ Get hands-on experience with IBM Operational Decision Manager in a container env
603603

604604
Log in the Business Console as John Doe (`johndoe@mynicecompany.com` / `johndoe`).
605605

606-
Import the [Loan Validation Decision Service project](https://github.com/DecisionsDev/odm-for-container-getting-started/blob/master/Loan%20Validation%20Service.zip) if it is not already there.
606+
Import the Decision Service named [Loan Validation Service](https://github.com/DecisionsDev/odm-for-container-getting-started/blob/master/Loan%20Validation%20Service.zip) if it is not already there.
607607

608608
![Import project](images/import_project.png)
609609

@@ -635,10 +635,10 @@ If you want to perform a bearer authentication ODM runtime call using the Client
635635

636636
And use the retrieved access token in the following way:
637637

638-
```
638+
```
639639
curl -H "Content-Type: application/json" -k --data @payload.json \
640640
-H "Authorization: Bearer <ACCESS_TOKEN>" \
641-
https://<DS_RUNTIME_HOST>/DecisionService/rest/production_deployment/1.0/loan_validation_production/1.0
641+
https://<DS_RUNTIME_HOST>/DecisionService/rest/production_deployment/1.0/loan_validation_production/1.0
642642
```
643643

644644
# Troubleshooting

0 commit comments

Comments
 (0)