Package org.frankframework.lifecycle.servlets
package org.frankframework.lifecycle.servlets
-
ClassDescriptionAuthenticator for Microsoft Active Directory using LDAP.It's important this is loaded first, and before any programmatic listeners have been added to determine the Application Server type.The default SecurityFilterChain will be added by
SecurityFilterChainConfigurer
.SecurityContextHolder.getContext().getAuthentication(); can be used to retrieve the username (when available)Authenticator for in-memory authentication.Authenticator for J2EE authentication.NoOp authenticator, all requests are allowed.Since Spring 6, the `@EnableWebSecurity` annotation seems to be adding a default SecurityFilterChain, if not exist yet.OAuth2 Authentication provider which contains 4 defaults (Google, GitHub, Facebook and Okta), as well as a custom setting which allows users to use their own IDP.Sealed authenticator, all requests are blocked.Add the SpringSecurity filter to enable authentication.Yaml config example:Authenticator for in-memory authentication using a YAML file.