mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 07:10:20 +02:00
Test
This commit is contained in:
@ -31,5 +31,4 @@ if [ "$ENABLE_DATASHIELD" == true ]; then
|
||||
chmod g+r /tmp/bridgehead/opal-key.pem
|
||||
fi
|
||||
add_private_oidc_redirect_url "/opal/*"
|
||||
add_private_oidc_redirect_url "/oauth2-idm/callback"
|
||||
fi
|
||||
|
@ -14,6 +14,8 @@ function idManagementSetup() {
|
||||
|
||||
# Ensure old ids are working !!!
|
||||
export IDMANAGEMENT_FRIENDLY_ID=$(legacyIdMapping "$SITE_ID")
|
||||
|
||||
add_private_oidc_redirect_url "/oauth2-idm/callback"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user