Class Saml2IdpConfiguration
java.lang.Object
se.swedenconnect.spring.saml.idp.config.Saml2IdpConfiguration
Configuration
for SAML Identity Provider support.- Author:
- Martin Lindström
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyDefaultSecurity
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<UserAuthenticationProvider> authenticationProviders) Applies the default security settings for the SAML Identity Provider.
-
Constructor Details
-
Saml2IdpConfiguration
public Saml2IdpConfiguration()
-
-
Method Details
-
applyDefaultSecurity
public static void applyDefaultSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<UserAuthenticationProvider> authenticationProviders) throws Exception Applies the default security settings for the SAML Identity Provider.- Parameters:
http
- the HttpSecurity object- Throws:
Exception
- for configuration errors
-