|
|
|
@ -44,7 +44,7 @@ import org.springframework.util.CollectionUtils; |
|
|
|
* String registrationId = "simplesamlphp"; |
|
|
|
* String registrationId = "simplesamlphp"; |
|
|
|
* |
|
|
|
* |
|
|
|
* String relyingPartyEntityId = "{baseUrl}/saml2/service-provider-metadata/{registrationId}"; |
|
|
|
* String relyingPartyEntityId = "{baseUrl}/saml2/service-provider-metadata/{registrationId}"; |
|
|
|
* String assertionConsumerServiceLocation = "{baseUrl}/login/saml2/sso/{registrationId}"; |
|
|
|
* String assertingConsumerServiceLocation = "{baseUrl}/login/saml2/sso/{registrationId}"; |
|
|
|
* Saml2X509Credential relyingPartySigningCredential = ...; |
|
|
|
* Saml2X509Credential relyingPartySigningCredential = ...; |
|
|
|
* |
|
|
|
* |
|
|
|
* String assertingPartyEntityId = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/metadata.php"; |
|
|
|
* String assertingPartyEntityId = "https://simplesaml-for-spring-saml.apps.pcfone.io/saml2/idp/metadata.php"; |
|
|
|
@ -990,7 +990,7 @@ public class RelyingPartyRegistration implements Serializable { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Set the NameID format |
|
|
|
* Set the NameID format |
|
|
|
* @param nameIdFormat |
|
|
|
* @param nameIdFormat the given NameID format |
|
|
|
* @return the {@link Builder} for further configuration |
|
|
|
* @return the {@link Builder} for further configuration |
|
|
|
* @since 5.7 |
|
|
|
* @since 5.7 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|