Skip to content

Commit e26e462

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Pavindu Lakshan <[email protected]>
1 parent a4d2287 commit e26e462

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

en/includes/guides/fragments/manage-app/oidc-settings/access-token.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ For **JWT** access tokens, this feature enables you to specify which user attrib
6262
!!! note
6363
All configured user attributes are included in the access token, regardless of the requested scopes.
6464

65-
!!! warning "Important requirement for custom attributes"
65+
!!! warning
6666
For custom attributes to appear in the access token, you must explicitly add them to an OIDC scope. Without this mapping, custom attributes will not be included in the access token, even if they are configured under **Access Token Attributes**.
67-
67+
For custom attributes to appear in the access token, you must explicitly add them to an OIDC scope. Without this mapping, custom attributes will not be included in the access token, even if they are configured under **Access Token Attributes**.
68+
6869
To map custom attributes to an OIDC scope, configure the scope settings in your application's OIDC configuration and ensure the custom attributes are associated with the appropriate scope.
70+
To map custom attributes to an OIDC scope, [configure the custom attributes for the appropriate scopes]({base_path}}/guides/users/attributes/manage-scopes/#edit-scopes) and ensure that your application's OIDC configuration is updated to request those scopes.
6971

7072
![Access-Token-Attributes]({{base_path}}/assets/img/guides/authorization/access-token/access-token-attributes.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
7173

0 commit comments

Comments
 (0)