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

Enhancements for SAML2 bearer and IdP initiated SSO #3136

Merged
merged 15 commits into from
Nov 16, 2024

Conversation

strehle
Copy link
Member

@strehle strehle commented Nov 15, 2024

FYI create also a full PR because sonar runs and helps to cleanup code, e.g.
https://sonarcloud.io/summary/new_code?id=cloudfoundry-identity-parent&pullRequest=3135

Includes #3132

In addition now created DefaultRelyingPartyRegistrationResolver which retrieves the correct registry / idp trust for the issuer.

We dont need the default return.

Open:
a) remove dummy -> in preparation
b) remove classpath: from idpMetadata , not need if a) is solved
c) refactorings, e.g. move the XML parsing from SAML2 bearer class into Saml2Utils

…0-registration-resolver

# Conflicts:
#	server/src/main/java/org/cloudfoundry/identity/uaa/provider/saml/ConfiguratorRelyingPartyRegistrationRepository.java
#	server/src/main/java/org/cloudfoundry/identity/uaa/provider/saml/Saml2BearerGrantAuthenticationConverter.java
and create the data based on real key data

Until now we do not deliver any keys in uaa.war.
…stration-resolver

# Conflicts:
#	dependencies.gradle
Changed, because of hack with defaults.
@strehle strehle merged commit e084cee into new-saml-0530 Nov 16, 2024
24 checks passed
@strehle strehle deleted the new-saml-0530-registration-resolver branch November 16, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants