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:
Pedro Igor
2024-11-27 10:23:10 -03:00
parent 8a4651c664
commit 45f9bcd673
4 changed files with 29 additions and 2 deletions
@@ -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.