Skip to content
Snippets Groups Projects
Commit aaf050b2 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

fix provider name

parent 5801383c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
CMD_OAUTH2_AUTHORIZATION_URL: "{{ oauth_global.authorize_url }}" CMD_OAUTH2_AUTHORIZATION_URL: "{{ oauth_global.authorize_url }}"
CMD_OAUTH2_CLIENT_ID: "hackmd" CMD_OAUTH2_CLIENT_ID: "hackmd"
CMD_OAUTH2_CLIENT_SECRET: "{{ oauth_client_secret }}" CMD_OAUTH2_CLIENT_SECRET: "{{ oauth_client_secret }}"
CMD_OAUTH2_PROVIDERNAME: "Keycloak" CMD_OAUTH2_PROVIDERNAME: "Login with uffd"
CMD_OAUTH2_SCOPE: "openid email profile" CMD_OAUTH2_SCOPE: "openid email profile"
labels: labels:
- traefik.enable=true - traefik.enable=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment