uaa
uaa copied to clipboard
New SAML 2024.05.30 - Not to merge but just for SAML feature branch testing
Replacing the other feature branch https://github.com/cloudfoundry/uaa/pull/2862 for new SAML library replacement effort.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/187710947
The labels on this github issue will be updated when the story is started.
@duanemay Sonar green and no duplications.
SAML2 bearer and IdP initated flows are similar and the IdP initiated flow still is not working. The tests work, but this is by accident because we have only one trusted IdP and the TODO in resolution of IdP.
The resolver needs to be forked / implemented on Uaa side, I assume then we can resolve from issuer to idP . With more than 1 trusted IdP the flow is working by accident...
SAML2 bearer works now independent from amount of SAML2 trusts, https://github.com/cloudfoundry/uaa/pull/3132
@duanemay pipeline runs after resolving merge conflicts.