From 2472820767fc6e056700a019fbf590d36b6eeb16 Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:29:27 +0100 Subject: [PATCH] inline(docs):fix --- invenio_oauthclient/contrib/keycloak/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_oauthclient/contrib/keycloak/settings.py b/invenio_oauthclient/contrib/keycloak/settings.py index ec876e1..f6b96e1 100644 --- a/invenio_oauthclient/contrib/keycloak/settings.py +++ b/invenio_oauthclient/contrib/keycloak/settings.py @@ -47,7 +47,7 @@ def __init__( :param base_url: The base URL on which Keycloak is running (e.g. "http://localhost:8080") :param realm: Realm in which the invenio client application is defined - :param leagcy_url_path: Add "/auth/" between the base URL and realm names for generated Keycloak URLs (default: True, for Keycloak up to v17) + :param legacy_url_path: Add "/auth/" between the base URL and realm names for generated Keycloak URLs (default: True, for Keycloak up to v17) """ app_key = app_key or "KEYCLOAK_APP_CREDENTIALS" base_url = "{}/".format(base_url.rstrip("/")) # add leading `/`