Skip to content

Commit ea777d6

Browse files
authored
Create Keycloak documentation page
Add Keycloak documentation with usage instructions.
1 parent 1faa81b commit ea777d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_articles/keycloak.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: Keycloak
4+
---
5+
6+
## Cookbook
7+
8+
### Evaluate scopes and view a generated access token
9+
10+
Go to Clients -> (client name) -> Client scopes -> Evaluate.
11+
12+
This allows you to see **protocol mappers** in action and see what a generated access token will look like with the current settings.
13+
14+
This is very useful when integrating other apps with Keycloak, to see what data will be shared with the third party app.

0 commit comments

Comments
 (0)