-
Notifications
You must be signed in to change notification settings - Fork 141
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
[SDK-3503] Add *_jwt token endpoint auth methods #376
Conversation
This pull request introduces 2 alerts when merging 946fb88 into b03615c - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 959de09 into b03615c - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging b845ae0 into b03615c - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging c838f8a into b03615c - view on LGTM.com new alerts:
|
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
This pull request introduces 2 alerts when merging 213a177 into b03615c - view on LGTM.com new alerts:
|
Description
Adding the
private_key_jwt
andclient_secret_jwt
token endpoint authentication methods to the SDK.Usage
References
https://openid.net/specs/openid-connect-core-1_0-15.html#ClientAuthentication
Testing
run
npm run start:example -- private-key-jwt
ornpm run start:example -- client-secret-jwt
Checklist
master