Replies: 1 comment 3 replies
-
Did you set the Audience on the OAuth2 Client? ... and can you confirm that the audience is returned when getting the client e.g. via CLI: You then need to make sure the client requests the audience as per https://www.ory.sh/docs/hydra/guides/audiences#audience-in-authorization-code-implicit-and-hybrid-flows |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm trying to set up Ory Network with a server lifecycle management tool built with RoR called Foreman. I follow the steps outlined here to set up OIDC. Everything seems to be working more or less but the
aud
field is coming back as an empty array even though I'm adding the domain where Foreman is hosted in the OAuth2 configuration settings in the audience field via the Ory Console. Is there something I need to do in order to get the audience claim to return with the token?Beta Was this translation helpful? Give feedback.
All reactions