-
DescriptionOIDC authentication redirects to Steps to ReproduceHere's the relevant configuration: "oidc_providers": {
"gitlab": {
"display_name": "Sign in with GitLab",
"color": "orange",
"icon": "gitlab",
"provider_url": "http://gitlab.domain.com",
"client_id": "***",
"client_secret": "gloas-***",
"redirect_url": "http://semaphore.domain.com/api/auth/oidc/gitlab/redirect"
}
} ContextSemaphore version: |
Beta Was this translation helpful? Give feedback.
Answered by
tboerger
May 6, 2024
Replies: 1 comment
-
If I remember correctly it's part of the oidc specification to enforce https. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deadnews
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I remember correctly it's part of the oidc specification to enforce https.