-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Port client side authentication interfaces from PR #3128 #3321
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this is basically what existed before, right? No functional changes to the state we had before!
That is correct @jpkrohling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@bogdandrutu - Can you do a final review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple minor comments. Will merge after the comments are addressed.
Thanks @tigrannajaryan - updated the PR Just FYI, fixed the non existent link issue as well (AUTHOIDC has been renamed to OIDAUTH) |
Thank you @pavankrish123 |
Description:
This PR ports the client authenticator interfaces from PR #3128 in a piece meal fashion. The interfaces are currently not used by any client configurations and are published for reviewing only.
Plan is to modify ToClient and ToDialOptions apis once all the clients are prepared per #3287 (core and contrib side as well).
Link to tracking Issue:
#3287 #3282
Testing:
Unit tests, manual test described (for only oidc)
Documentation:
Unit tests
cc: @jpkrohling @bogdandrutu @gramidt