Skip to content

Commit 31e090e

Browse files
authored
Format text for clarity in Keycloak documentation
1 parent c5a09a9 commit 31e090e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_articles/keycloak.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Some built-in client scopes are:
3333

3434
### Evaluate scopes and view a generated access token
3535

36-
Go to Clients -> (client name) -> Client scopes -> Evaluate.
36+
Go to **Clients -> (client name) -> Client scopes -> Evaluate**.
3737

3838
This allows you to see **protocol mappers** in action, and effectively see what a generated access token would look like, with the current settings.
3939

@@ -50,5 +50,5 @@ If you want to include group membership in a user's token, you can do so on a pe
5050
- Name: anything you like
5151
- Token Claim Name: `groups` (this is the key name it will appear under, in the JSON)
5252
- Click Save.
53-
5. The new mapper should appear in the list as Category: Token mapper, Type: Group Membership, and click **Add**.
54-
6. Verify the information is included in the user token by using the **Evaluate** tab (described above).
53+
5. The new mapper should appear in the list as Category: Token mapper, Type: Group Membership.
54+
6. Verify the information is included in the user token, by using the **Evaluate** tab (described above).

0 commit comments

Comments
 (0)