keycloak_evaluate_client_scopes
Generate the access token a client would actually issue without user login, revealing why claims are missing from JWTs through client scope evaluation.
Instructions
Generate the access token a client would actually issue, without logging anyone in. The direct way to answer 'why is this claim missing from my JWT?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| scope | No | Space-separated optional scopes to include. | |
| userId | No | Evaluate as this user (their claims are filled in). | |
| clientUuid | Yes |