This commit is contained in:
David Juarez
2025-07-11 12:52:54 +02:00
parent de976562c8
commit 711f1b9867
2 changed files with 2 additions and 1 deletions

View File

@ -31,5 +31,4 @@ if [ "$ENABLE_DATASHIELD" == true ]; then
chmod g+r /tmp/bridgehead/opal-key.pem chmod g+r /tmp/bridgehead/opal-key.pem
fi fi
add_private_oidc_redirect_url "/opal/*" add_private_oidc_redirect_url "/opal/*"
add_private_oidc_redirect_url "/oauth2-idm/callback"
fi fi

View File

@ -14,6 +14,8 @@ function idManagementSetup() {
# Ensure old ids are working !!! # Ensure old ids are working !!!
export IDMANAGEMENT_FRIENDLY_ID=$(legacyIdMapping "$SITE_ID") export IDMANAGEMENT_FRIENDLY_ID=$(legacyIdMapping "$SITE_ID")
add_private_oidc_redirect_url "/oauth2-idm/callback"
fi fi
} }