0
votes

I am using WSO2 5.4.1 IDP and its configured to handle my custom claims. When i request token with the scope=openid it only returns the sub claim. I want to get user roles as well but i am unable to get those in my id_token.

Following steps i have already done

  1. In _system/conf/identity/oidc and adding claim

  2. Use Local Claim Dialect and Define Custom Claim Dialect for

  3. claim configuration in Service Providers.

i want to receive the custom claims in my jwt token. Can anyone help me in this regards?

enter image description here

1

1 Answers