test3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user