fix: correct url for keycloak 20 compatibility
This commit is contained in:
parent
aa3f254800
commit
95ada7f1d7
@ -12,7 +12,7 @@ def init_keycloak():
|
|||||||
)
|
)
|
||||||
|
|
||||||
client = KeycloakAdmin(
|
client = KeycloakAdmin(
|
||||||
server_url=f"https://{KEYCLOAK_DOMAIN}/auth/",
|
server_url=f"https://{KEYCLOAK_DOMAIN}/",
|
||||||
realm_name=KEYCLOAK_REALM,
|
realm_name=KEYCLOAK_REALM,
|
||||||
client_secret_key=KEYCLOAK_CLIENT_SECRET,
|
client_secret_key=KEYCLOAK_CLIENT_SECRET,
|
||||||
verify=True,
|
verify=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user