Browse Source

updated oidc config

master
Jared Smith 3 years ago
parent
commit
318de19835
  1. 2
      outline/docker-compose.yaml

2
outline/docker-compose.yaml

@ -67,6 +67,6 @@ services:
- OIDC_USERINFO_URI=${AUTH_URL}/api/oidc/userinfo - OIDC_USERINFO_URI=${AUTH_URL}/api/oidc/userinfo
- OIDC_DISPLAY_NAME=Authelia - OIDC_DISPLAY_NAME=Authelia
- OIDC_USERNAME_CLAIM=email - OIDC_USERNAME_CLAIM=email
- OIDC_SCOPES=email - OIDC_SCOPES="email profile"
ports: ports:
- 3000:3000 - 3000:3000

Loading…
Cancel
Save