Hi Team
We are using below operation to generate the token using Oauth2.0 Policy
GenerateJWTAccessToken client_credentials RS256 3600000and the Verify we are using
VerifyJWTAccessToken RS512So may question is can we generate the “GenerateJWTAccessToken” with custom claims as we can do in generateJWT policy, Also can we validate custom claims as well in VerifyJWtAccessToken in OAuthv2.0 policy.
Please provide some guidance here ![]()