curved-ram-6189
06/05/2025, 6:43 PMearly-magician-18981
06/05/2025, 7:03 PMREQUIRED. Audience(s) that this ID Token is intended for. It MUST contain the OAuth 2.0 client_id of the Relying Party as an audience value. It MAY also contain identifiers for other audiences. In the general case, the aud value is an array of case-sensitive strings. In the common special case when there is one audience, the aud value MAY be a single case-sensitive string.
Currently, we don't support adding additional audience values currently and just use the client_id as required by the spec. You can look at some of the conversation in these issues:
https://github.com/ory/hydra/issues/790
https://github.com/ory/hydra/issues/2042curved-ram-6189
06/05/2025, 7:11 PM