-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add grant_type=password support to GitLab/OpenID identity providers #8732
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
Conversation
[test] |
@ironcladlou PTAL |
return nil, false, err | ||
} | ||
|
||
glog.V(4).Infof("Got access data") |
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.
Add more context or remove
Just a couple of trivial comments, looks great. |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5824/) (Image: devenv-rhel7_4115) |
Evaluated for origin merge up to 92c15a0 |
Evaluated for origin test up to 92c15a0 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/3623/) |
GitLab and some OIDC providers support resource owner password grants, which lets us authenticate from the CLI using those providers
Allows setting
challenge: true
for OIDC and GitLab providers