You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a few nasty problems trying to set a custom entity ID.
If entity ID is changed, and new credentials are not provisioned, /metadata call fails (I believe SAML operations will also fail). This is because there is no keystore for the new entity ID
If entity ID is changed, and new credentials are provisioned, /metadata call still fails. This is because key manager does not have credentials for the entity ID
(not as related), changing idp.passPhrase leads to failures because key password is hardcoded in shared configuration
I'm gonna post a PR in a bit.
The text was updated successfully, but these errors were encountered:
I found a few nasty problems trying to set a custom entity ID.
I'm gonna post a PR in a bit.
The text was updated successfully, but these errors were encountered: