You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do an introspection on a token during a authorization code flow and include the "response_as_jwt" body value as true, the jwt is returned with a duplicate iss and aud.
Describe the issue
If you do an introspection on a token during a authorization code flow and include the "response_as_jwt" body value as true, the jwt is returned with a duplicate iss and aud.
Example JWT:
Steps To Reproduce
Steps to reproduce the behavior:
response_as_jwt=true
iss
andaud
Expected behavior
JWT token should have one
iss
andaud
Actual behavior
JWT token has duplicate "iss" and "aud"
Desktop:
The text was updated successfully, but these errors were encountered: