[
https://issues.jboss.org/browse/WFLY-4043?page=com.atlassian.jira.plugin....
]
Rostyslav Smirnov commented on WFLY-4043:
-----------------------------------------
Login module is configured via
[
https://github.com/wildfly/quickstart/blob/master/ejb-security-plus/confi...]:
<security-domain name="quickstart-domain"
cache-type="default">
<authentication>
<login-module name="DelegationLoginModule"
code="org.jboss.as.quickstarts.ejb_security_plus.SaslPlusLoginModule"
flag="optional">
<module-option name="password-stacking"
value="useFirstPass"/>
</login-module>
<login-module code="RealmDirect"
flag="required">
<module-option name="password-stacking"
value="useFirstPass"/>
</login-module>
</authentication>
</security-domain>
Cannot load custom login module
-------------------------------
Key: WFLY-4043
URL:
https://issues.jboss.org/browse/WFLY-4043
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 8.1.0.Final
Environment: Java 1.8.0_25
Reporter: Rostyslav Smirnov
Assignee: Jason Greene
When security realm authentication is configured to use JAAS domain, it is not possible
to use custom login module, because there is no loader present for deployed classes.
LoginContext attempts to load the login module class and fails with
ClassNotFoundException.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)