mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 15:41:29 -05:00
Resolve scopes from bearer tokens when processing requests to the Account API
Closes #35357 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
@@ -167,8 +167,8 @@ Enabled when::
|
||||
Enables or disables an attribute. If set to `Always`, the attribute is available from any user profile context.
|
||||
If set to `Scopes are requested`, the attribute is only available when the client acting on behalf of the user is requesting a
|
||||
set of one or more scopes. You can use this option to dynamically enforce certain attributes depending on the client scopes
|
||||
being requested. For the account and administration consoles, scopes are not evaluated and the attribute is always enabled.
|
||||
That is because filtering attributes by scopes only works when running authentication flows.
|
||||
being requested. For the administration console, scopes are not evaluated and the attribute is always enabled.
|
||||
That is because filtering attributes by scopes only works when running end-user authentication flows.
|
||||
|
||||
Required::
|
||||
Set the conditions to mark an attribute as required. If disabled, the attribute is optional.
|
||||
|
||||
Reference in New Issue
Block a user