-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[WIP] Add client assertions auth for oidc base provider #2378
base: master
Are you sure you want to change the base?
Conversation
This pull request has been inactive for 60 days. If the pull request is still relevant please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed. |
This pull request has been inactive for 60 days. If the pull request is still relevant please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed. |
@tuunit , just wonder what is the plan for this PR? Supporting client_assertion is very heplful for azure provider as well |
This pull request has been inactive for 60 days. If the pull request is still relevant please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed. |
Replaces #2305
Description
Support client_assertion in generic OIDC provider
Motivation and Context
Enterprise oidc often prefers client assertions instead of clientid/clientsecret auth on redeem and refresh
Also: #1834
How Has This Been Tested?
TBD
Checklist: