fix: outline

This commit is contained in:
auricom
2024-06-21 21:42:24 +02:00
parent 2bb437841f
commit 3869360274
2 changed files with 2 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ identity_providers:
scopes: [openid, profile, email, offline_access]
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
userinfo_signed_response_alg: none
token_endpoint_auth_method: client_secret_post
- client_id: paperless
client_name: Paperless
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"

View File

@@ -64,7 +64,7 @@ spec:
OIDC_SCOPES: openid profile email offline_access
OIDC_TOKEN_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/token"
OIDC_USERINFO_URI: "https://auth.${SECRET_EXTERNAL_DOMAIN}/api/oidc/userinfo"
OIDC_USERNAME_CLAIM: email
OIDC_USERNAME_CLAIM: preferred_username
PORT: 8080
REDIS_URL: redis://dragonfly.database.svc.cluster.local.:6379
SMTP_HOST: smtp-relay.default.svc.cluster.local.