which login module for ldaps in wildfly20

Viewed 19

we are migrating from ldap to ldaps on wildfly 20.

the current confiuration standalone.xml

<security-domain>
    <authentication>
        <login-module code="LdapExtended" flag="required">
            <module-option name="java.naming.provider.url" value="ldap://xxx.xxxx:389" />
            ....
            ...
        </login-module>
    </authentication>
</security-domain>

want to migrate to ldaps as shown below : **

Facing login error ; i would like to know whether LdapExtended supports ldaps ; or which code i should use to make work the ldaps Advance thanks

0 Answers
Related