Skip to content

Commit

Permalink
oidc: adds group handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Jun 20, 2023
1 parent cf0f8ea commit 411f12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ _base_url = os.environ.get("CERN_KEYCLOAK_BASE_URL", "https://keycloak-qa.cern.c
_keycloak_helper = KeycloakSettingsHelper(
title="CERN",
description="CERN SSO authentication",
base_url=_base_url,
base_url=os.environ.get("CERN_KEYCLOAK_BASE_URL", "https://keycloak-qa.cern.ch/"),
realm="cern",
app_key="CERN_APP_CREDENTIALS",
logout_url="{}auth/realms/cern/protocol/openid-connect/logout?redirect_uri={}".format(
Expand Down

0 comments on commit 411f12f

Please sign in to comment.