|
@@ -1933,9 +1933,9 @@ public final class HttpSecurity extends
|
|
|
*
|
|
|
* 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
|
|
@@ -2024,9 +2024,9 @@ public final class HttpSecurity extends
|
|
|
*
|
|
|
* 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
|