From dfb8ba857f9c819b55d100319f8410f3956f87cd Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Thu, 30 May 2024 11:52:13 +0200 Subject: [PATCH] add properties Docker --- exampleYmlFiles/docker-compose-latest-security-with-sso.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleYmlFiles/docker-compose-latest-security-with-sso.yml b/exampleYmlFiles/docker-compose-latest-security-with-sso.yml index 592daeff..a71d88da 100644 --- a/exampleYmlFiles/docker-compose-latest-security-with-sso.yml +++ b/exampleYmlFiles/docker-compose-latest-security-with-sso.yml @@ -27,6 +27,8 @@ services: SECURITY_OAUTH2_CLIENTID: ".apps.googleusercontent.com" # Client ID from your provider SECURITY_OAUTH2_CLIENTSECRET: "" # Client Secret from your provider SECURITY_OAUTH2_SCOPES: "openid,profile,email" # Expected OAuth2 Scope + SECURITY_OAUTH2_USEASUSERNAME: "email" # Default is 'email'; custom fields can be used as the username + SECURITY_OAUTH2_PROVIDER: "google" # Set this to your OAuth provider's name, e.g., 'google' or 'keycloak' PUID: 1002 PGID: 1002 UMASK: "022"