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
In _system/conf/identity/oidc and adding claim
Use Local Claim Dialect and Define Custom Claim Dialect for
claim configuration in Service Providers.
i want to receive the custom claims in my jwt token. Can anyone help me in this regards?