Skip to content
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

Added OpenID Connect support #2927

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

th-2021
Copy link

@th-2021 th-2021 commented Apr 21, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant