mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Merge branch '2.3.x'
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ class Saml2RelyingPartyPropertiesTests {
|
||||
@Deprecated
|
||||
@Test
|
||||
void customizeSsoUrlDeprecated() {
|
||||
bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.single-sign-on.url",
|
||||
bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.sso-url",
|
||||
"https://simplesaml-for-spring-saml/SSOService.php");
|
||||
assertThat(
|
||||
this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon().getUrl())
|
||||
|
||||
Reference in New Issue
Block a user