Use the right property in test
This commit is contained in:
parent
4dff0beb80
commit
1f28141f3e
|
@ -41,7 +41,7 @@ class Saml2RelyingPartyPropertiesTests {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@Test
|
@Test
|
||||||
void customizeSsoUrlDeprecated() {
|
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");
|
"https://simplesaml-for-spring-saml/SSOService.php");
|
||||||
assertThat(
|
assertThat(
|
||||||
this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon().getUrl())
|
this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon().getUrl())
|
||||||
|
|
Loading…
Reference in New Issue