Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Don't make client_id validation required #88

Open
aaronpk opened this issue Dec 14, 2021 · 0 comments
Open

Don't make client_id validation required #88

aaronpk opened this issue Dec 14, 2021 · 0 comments

Comments

@aaronpk
Copy link
Contributor

aaronpk commented Dec 14, 2021

Access token validation is done by a resource server, and it likely will not know the client_id of the client making the request ahead of time, such as when an API is used by an arbitrary number of OAuth clients in an organization. As such, it shouldn't be required to configure the library with a client_id before validating a token.

The Okta .NET and Java SDKs also don't require setting a client_id in order to use the JWT verifier library, so this should match those libraries as well.

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

No branches or pull requests

1 participant