docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Added OpenID Connect support

Open th-2021 opened this issue 1 year ago • 0 comments

recreated PR#2654 with OAUTH2_ added to the variable names. I tested this with Keycloak.

OAUTH2_OPENID_LABEL="Keycloak" OAUTH2_OPENID_ICON=https:///auth/resources/bdj65/login/keycloak/img/favicon.ico OAUTH2_OPENID_SCOPE="['openid', 'profile', 'email']" OAUTH2_OPENID_RESPONSE_TYPE=code OAUTH2_OPENID_ISSUER=https:///auth/realms/Home OAUTH2_OPENID_DISCOVERY="true" OAUTH2_OPENID_CLIENT_AUTH_METHOD=query OAUTH2_OPENID_UID_FIELD="preferred_username" OAUTH2_OPENID_SEND_SCOPE_TO_TOKEN_ENDPOINT="false" OAUTH2_OPENID_CLIENT_OPTIONS_IDENTIFIER=gitlab OAUTH2_OPENID_CLIENT_OPTIONS_SECRET="xxxxxxxxxxxxxxx" OAUTH2_OPENID_CLIENT_OPTIONS_REDIRECT_URI=https:///gitlab/users/auth/openid_connect/callback

@sachilles can you review this?

th-2021 avatar Apr 21 '24 07:04 th-2021