Class ActiveDirectoryAuthenticator

java.lang.Object
org.frankframework.lifecycle.servlets.AbstractServletAuthenticator
org.frankframework.lifecycle.servlets.ActiveDirectoryAuthenticator
All Implemented Interfaces:
IAuthenticator, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ActiveDirectoryAuthenticator extends AbstractServletAuthenticator
Authenticator for Microsoft Active Directory using LDAP.

This authenticator uses Active Directory to authenticate users. It also provides a way to map LDAP roles to Frank roles using a properties file, by default the `ldap-role-mapping.properties`.

This authenticator should be configured by setting its type to 'AD', for example:


 application.security.console.authentication.type=AD
 application.security.console.authentication.baseDn=DC=company,DC=org
 application.security.console.authentication.url=ldap://10.1.2.3
 

  • Constructor Details

    • ActiveDirectoryAuthenticator

      public ActiveDirectoryAuthenticator()
  • Method Details