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