| Modifier and Type | Method and Description |
|---|---|
AuthenticationProviderConfigurer |
ServiceProviderBuilder.authenticationProvider()
Returns a
AuthenticationProviderConfigurer for customization of the SAMLAuthenticationProvider
default
implementation SAMLAuthenticationProvider. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProviderConfigurer |
AuthenticationProviderConfigurer.excludeCredential(boolean excludeCredential)
When false (default) the resulting Authentication object will include instance of SAMLCredential as a credential
value.
|
AuthenticationProviderConfigurer |
AuthenticationProviderConfigurer.forcePrincipalAsString(boolean forcePrincipalAsString)
By default principal in the returned Authentication object is the NameID included in the authenticated
Assertion.
|
AuthenticationProviderConfigurer |
AuthenticationProviderConfigurer.userDetailsService(org.springframework.security.saml.userdetails.SAMLUserDetailsService userDetailsService)
The user details can be optionally set and is automatically called while user SAML assertion is validated.
|
Copyright © 2018. All rights reserved.