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

[req] bound_claims notation allowing for the "and"ing of claims from a list #316

Open
xojc opened this issue Sep 25, 2024 · 0 comments
Open

Comments

@xojc
Copy link

xojc commented Sep 25, 2024

If a JWT has the following claim:

{
  "foo": ["c", "d"]
}

it will match on a bound_claims value of

{
  "foo": ["a", "b", "c"]
}

since that rule indicates that the bound_claims match on a list "foo" containing either "a" or "b" or "c".

I would like to see a feature in which a bound_claims map can be written to specify that the list "foo" must contain more than one specific value, e.g. "c" and "d".

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