This commit is contained in:
2025-09-01 23:45:23 +03:00
parent 37920a158a
commit 9bfa255735
2 changed files with 10 additions and 7 deletions

View File

@@ -271,10 +271,10 @@ 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"
client_id = "env(SUPABASE_AUTH_CLIENT_ID)"
secret = "env(SUPABASE_AUTH_KEYCLOAK_SECRET)"
redirect_uri = "env(SUPABASE_AUTH_KEYCLOAK_CALLBACK_URL)"
url = "env(SUPABASE_AUTH_KEYCLOAK_URL)"
skip_nonce_check = false
# Use Firebase Auth as a third-party provider alongside Supabase Auth.