|
@@ -1997,9 +1997,9 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder<Defaul
|
|
|
*
|
|
|
* private RelyingPartyRegistration getSaml2RelyingPartyRegistration() {
|
|
|
* //remote IDP entity ID
|
|
|
- * String idpEntityId = "https://simplesaml-for-spring-saml.cfapps.io/saml2/idp/metadata.php";
|
|
|
+ * String idpEntityId = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/metadata.php";
|
|
|
* //remote WebSSO Endpoint - Where to Send AuthNRequests to
|
|
|
- * String webSsoEndpoint = "https://simplesaml-for-spring-saml.cfapps.io/saml2/idp/SSOService.php";
|
|
|
+ * String webSsoEndpoint = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/SSOService.php";
|
|
|
* //local registration ID
|
|
|
* String registrationId = "simplesamlphp";
|
|
|
* //local entity ID - autogenerated based on URL
|
|
@@ -2086,9 +2086,9 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder<Defaul
|
|
|
*
|
|
|
* private RelyingPartyRegistration getSaml2RelyingPartyRegistration() {
|
|
|
* //remote IDP entity ID
|
|
|
- * String idpEntityId = "https://simplesaml-for-spring-saml.cfapps.io/saml2/idp/metadata.php";
|
|
|
+ * String idpEntityId = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/metadata.php";
|
|
|
* //remote WebSSO Endpoint - Where to Send AuthNRequests to
|
|
|
- * String webSsoEndpoint = "https://simplesaml-for-spring-saml.cfapps.io/saml2/idp/SSOService.php";
|
|
|
+ * String webSsoEndpoint = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/SSOService.php";
|
|
|
* //local registration ID
|
|
|
* String registrationId = "simplesamlphp";
|
|
|
* //local entity ID - autogenerated based on URL
|