Multiple audiences in an access token

Ref:

Multiple audiences are not supported in an idToken, but you can have multiple audiences in an access token. Is it possible to request multiple audiences with an access token, or is it that you can only request one audience, but may receive more than one?

Hey Mark!

Looking at the first link you shared it seems like it’s not doable with access tokens as well but let me confirm it and get back to you!

1 Like

I consulted it internally. It is not doable with access tokens.

When it comes to ID Token, they can have multiple audiences, we just do not have any flow where we would issue one with multiple audiences. This by itself is not an issue, as not everything in the spec is mandatory to implement.

We just don’t have any scenario currently where we end-up issuing ID tokens with multiple audiences

1 Like

Thanks @konrad.sopala!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.