How to include user claims in id_token#
- 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 jansInclClaimsInIdTknto theDynamic Registration Custom Attributesfiled.

Including the claims to the token#
To include the claims to token
- Go to Schema ---> person
- Change the Statusof the attribute toActive.
- Note oxAuth claim name. This is the claim-name used inside token. 
- 
Now go to Usersmenu 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. - Enable profileas theDefault Scope
- Include the claims in the claim field.
       
 
- Enable 
- On registering OIDC client using tarp add the profilescope andopenid.
- Use the client to generate the token.
