Skip to content

Commit 5c50f4a

Browse files
Fix broken link
1 parent e26e462 commit 5c50f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For **JWT** access tokens, this feature enables you to specify which user attrib
6767
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**.
6868

6969
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.
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.
7171

7272
![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;"}
7373

0 commit comments

Comments
 (0)