Note on how to request realm via scope parameter
This commit is contained in:
parent
4b243553e7
commit
edc3df099a
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ The localized value is then configured within property files in your theme. See
|
|||
for more information on localization. If a client requires user _consent_, this description string will be displayed on the
|
||||
consent page for the user.
|
||||
|
||||
If the client has to explicitly request for a realm role, set `Scope Param Required` to true. The role then has to be specified via the `scope` parameter when requesting a token. Multiple realm roles are separated by space:
|
||||
|
||||
`scope=admin user`
|
||||
|
|
Loading…
Reference in a new issue