Skip to content

Commit 5f7a610

Browse files
authored
Enable cyverse remote app in invenio.cfg
Uncomment cyverse remote app configuration for OAuth.
1 parent c973ef2 commit 5f7a610

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

themes/MUG/invenio.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ OAUTHCLIENT_CYVERSE_KEYCLOAK_USER_INFO_FROM_ENDPOINT = True
408408

409409
OAUTHCLIENT_REMOTE_APPS = {
410410
"keycloak": _keycloak_helper.remote_app,
411-
# Enable when needed (see docs: multiple keycloak authentication providers):
412-
# "cyverse": _cyverse_keycloak_helper.remote_app,
411+
"cyverse": _cyverse_keycloak_helper.remote_app,
413412
}
414413

415414
## SET THE CREDENTIALS via .env

0 commit comments

Comments
 (0)