-
Notifications
You must be signed in to change notification settings - Fork 827
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
Avoid necessity to configure SAML SP in UAA #2741
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/187088205 The labels on this github issue will be updated when the story is started. |
Reproduce the issue: Open /login The IdentityZone should be usable even without SAML keys, but there is execption: .....a.lang.NullPointerException: Cannot invoke "org.springframework.security.saml.key.KeyManager.getDefaultCredentialName()" because the return value of "org.cloudfoundry.identity.uaa.zone.IdentityZoneHolder.getSamlSPKeyManager()" is null |
We will plan to look into it to prioritize in next iteration planning session. |
What version of UAA are you running?
76.30
How are you deploying the UAA?
What did you do?
Usage of UAA without the need of SAML.
What did you expect to see? What goal are you trying to achieve with the UAA?
No need to configure SAML SP (including private key + certificate etc.) in uaa.yml.
What did you see instead?
SAML SP configuration (private key + certificate etc.) is required in uaa.yml. Otherwise, UAA will not startup.
The text was updated successfully, but these errors were encountered: