Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems changing entity ID #65

Open
veselov opened this issue Feb 3, 2021 · 0 comments · May be fixed by #66
Open

Problems changing entity ID #65

veselov opened this issue Feb 3, 2021 · 0 comments · May be fixed by #66

Comments

@veselov
Copy link

veselov commented Feb 3, 2021

I found a few nasty problems trying to set a custom entity ID.

  1. 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
  2. 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
  3. (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.

@veselov veselov linked a pull request Feb 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant