From 5c311786a13b264ef6c9945bc518b6f48777bae9 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:56:39 +0100 Subject: [PATCH] chore: Update docker-compose.yml --- examples/vouchervault/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/vouchervault/docker-compose.yml b/examples/vouchervault/docker-compose.yml index c2b0788..bf6386c 100644 --- a/examples/vouchervault/docker-compose.yml +++ b/examples/vouchervault/docker-compose.yml @@ -15,6 +15,8 @@ services: # ------- OPTIONAL OIDC AUTH -------- # Set to 'True' to enable OIDC authentication #- OIDC_ENABLED=True + # Decide whether login area triggers automatic OIDC login flow + #- OIDC_AUTOLOGIN=False # Set to 'True' to allow the creation of new users through OIDC #- OIDC_CREATE_USER=True # The signing algorithm used by the OIDC provider (e.g., RS256, HS256)