fix(jans-auth-server): Duplicate iss and aud on introspection as jwt #3366
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Describe the bug
Duplicate
iss
andaud
on introspection as jwtoxauth counterpart: GluuFederation/oxAuth#1748
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
The text was updated successfully, but these errors were encountered: