This commit is contained in:
traveler 2025-12-31 07:07:37 -06:00
parent 27b59a67eb
commit 2efa654c38

View file

@ -28,6 +28,9 @@ services:
OIDC_REMEMBER_ME: "true" OIDC_REMEMBER_ME: "true"
ALLOW_PASSWORD_LOGIN: "false" ALLOW_PASSWORD_LOGIN: "false"
ALLOW_SIGNUP: "false" ALLOW_SIGNUP: "false"
OIDC_USER_CLAIM: "sub"
OIDC_NAME_CLAIM: "preferred_username"
volumes: volumes: