Browse Source

updated oidc config

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

3
outline/docker-compose.yaml

@ -66,6 +66,7 @@ services:
- OIDC_TOKEN_URI=${AUTH_URL}/api/oidc/token - OIDC_TOKEN_URI=${AUTH_URL}/api/oidc/token
- 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_SCOPES="openid groups email profile" - OIDC_USERNAME_CLAIM=email
- OIDC_SCOPES="openid profile email"
ports: ports:
- 3000:3000 - 3000:3000

Loading…
Cancel
Save