-
Notifications
You must be signed in to change notification settings - Fork 209
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
Feature request: Support Gitlab OAuth #5771
Comments
https://openqa.debian.net/ authenticates using gitlab. Can you check why that works for Debian but not for you? |
Sure. I guess Phil Hands is the person to speak to. |
The currently working config snippet from openqa.debian.net's
which relies on the presence of this change, which has since been merged upstream. Note that there is also this comment in
|
Currently openQA can't handle the OAuth user info returned from GitLab.
GitLab returns the user id in a field named
sub
, while openQA expects it to be in a field namedid
.GitLab is complying with the OpenID Connect core 1.0 spec, see: section 5.1. So it looks like openQA should perhaps accept
sub
as an alternative toid
.GitLab docs: https://docs.gitlab.com/ee/integration/openid_connect_provider.html
The text was updated successfully, but these errors were encountered: