-
Notifications
You must be signed in to change notification settings - Fork 75
Auth Server configuration to add required claims in token
Arnab Dutta edited this page Nov 18, 2024
·
7 revisions
- Login to the Admin UI of the auth server (https://{auth-server-hostname}/admin).
- Using the left menu, go to
Auth Server ---> Auth server properties
. - Add
jansInclClaimsInIdTkn
toDynamic Registration Custom Attributes
filed.
To include the claims to token
- Go to
Schema ---> person
- Change the
Status
of the attribute toActive
. - Note
oxAuth claim name
. This is the claim-name used inside token.
- Now go to
Users
menu and open the user and add the claim and its value.
- To include the claims in the token we will include them in the profile scope.
5.a. Enable profile
as the Default Scope
.
5.b. Include the the claims in the claim field.
- On registering OIDC client using tarp add the
profile
scope andopenid
.
- Use the client to generate the token.