Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scopes in aud claim #599

Open
VJalili opened this issue Mar 27, 2019 · 0 comments
Open

Scopes in aud claim #599

VJalili opened this issue Mar 27, 2019 · 0 comments

Comments

@VJalili
Copy link
Contributor

VJalili commented Mar 27, 2019

Is there any reason scopes are included in aud?

"aud": [
    "openid",
    "user",
    "data",
    "abcdefghijklmnopqrstuvwxyz"
  ]

I was expecting aud to be a single case-sensitive string (audience id) if there is only one audience, and a list of multiple case-sensitive strings (multiple audience ids) if multiple audiences are defined. However, not sure why scopes are also included the aud claim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant