Update auth.lua to use HTTP scheme and configure DNS resolver in nginx.conf

This commit is contained in:
2025-06-09 11:31:51 +02:00
parent e91388a8dc
commit 0f5925970f
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ local opts = {
discovery = "https://kc.boomlab.party/realms/rhein-sw/.well-known/openid-configuration",
client_id = "demo-sso",
client_secret = os.getenv("KEYCLOAK_CLIENT_SECRET"),
redirect_uri_scheme = "https",
redirect_uri_scheme = "http",
scope = "openid email profile"
}