Hi, I am trying to change the audience in the ID t...
# talk-hydra
b
Hi, I am trying to change the audience in the ID token returned from /oauth2/token I followed this documentation, but the effect takes place only in the access token not in the ID token.
I have the strategies configured like this:
Copy code
strategies:
  access_token: opaque
  scope: wildcard
I can add as many keys to the ID token, but I can neither append nor modify the
aud
of the issued ID token.