This commit is contained in:
2025-09-01 23:36:41 +03:00
parent 2df366c14a
commit b203631c63

View File

@@ -269,6 +269,14 @@ url = ""
# If enabled, the nonce check will be skipped. Required for local sign in with Google auth.
skip_nonce_check = false
[auth.external.keycloak]
enabled = true
client_id = "supabase"
secret = "env(SUPABASE_AUTH_KEYCLOAK_SECRET)" # We'll configure this in the next step!
redirect_uri = "https://test.medreport.ee/auth/v1/callback"
url = "https://keycloak.medreport.ee/realms/mrb2b"
skip_nonce_check = false
# Use Firebase Auth as a third-party provider alongside Supabase Auth.
[auth.third_party.firebase]
enabled = false