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

Allow audience claims to be arrays #278

Merged
merged 1 commit into from
May 10, 2022
Merged

Allow audience claims to be arrays #278

merged 1 commit into from
May 10, 2022

Conversation

simo5
Copy link
Member

@simo5 simo5 commented May 6, 2022

This means that if a server checking a token provides an array as the
check_claims argument it intends that the server is handling multiple
identities and the token checks will result valid as long as one of the
audiences matches one of the identities the server impersonates.

Fixes #277

This means that if a server checking a token provides an array as the
check_claims argument it intends that the server is handling multiple
identities and the token checks will result valid as long as one of the
audiences matches one of the identities the server impersonates.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 merged commit 5dc1aee into latchset:master May 10, 2022
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

Successfully merging this pull request may close these issues.

JWT aud claim does not support array of strings for checking
1 participant