我正在使用Maven和Wildfly 11开发Spring Boot应用程序,我需要我的用户通过公司的LDAP进行身份验证。此配置位于Wildfly服务器的standalone.xml中,并且由公司中的所有应用程序共享。我已经阅读了许多教程,但是我不知道如何在不使用web.xml或在Java类上配置LDAP数据的情况下,将应用程序配置为针对LDAP进行身份验证,因为我需要像这样使用standalone.xml进行获取其余的应用程序。有人知道怎么做吗?预先感谢。
答案 0 :(得分:0)
Wildfly支持LDAP身份验证。搜索Elytron Ldap领域。例如。 [1] [2]
[1] http://www.mastertheboss.com/jboss-server/jboss-security/configuring-ldap-based-authentication-with-elytron-on-wildfly [2] https://docs.jboss.org/author/display/WFLY/Using+the+Elytron+Subsystem#UsingtheElytronSubsystem-ConfigureAuthenticationwithanLDAPBasedIdentityStore