We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faa81b commit ea777d6Copy full SHA for ea777d6
_articles/keycloak.md
@@ -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