Skip to content

Commit

Permalink
Merge branch '2.4.x' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed May 25, 2021
2 parents ae24d66 + 4955c80 commit 4416859
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ void customizeSsoUrl() {
.isEqualTo("https://simplesaml-for-spring-saml/SSOService.php");
}

@Test
void customizeSsoBindingDefaultsToRedirect() {
this.properties.getRegistration().put("simplesamlphp", new Saml2RelyingPartyProperties.Registration());
assertThat(this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon()
.getBinding()).isEqualTo(Saml2MessageBinding.REDIRECT);
}

@Test
void customizeSsoBinding() {
bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.single-sign-on.binding",
Expand Down

0 comments on commit 4416859

Please sign in to comment.