Skip to content

Commit

Permalink
inline(docs):fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Feb 27, 2025
1 parent 1082018 commit 2472820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_oauthclient/contrib/keycloak/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 `/`
Expand Down

0 comments on commit 2472820

Please sign in to comment.