[jboss-jira] [JBoss JIRA] (WFLY-4043) Cannot load custom login module
Rostyslav Smirnov (JIRA)
issues at jboss.org
Tue Dec 2 17:32:39 EST 2014
[ https://issues.jboss.org/browse/WFLY-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024575#comment-13024575 ]
Rostyslav Smirnov commented on WFLY-4043:
-----------------------------------------
Login module is configured via [https://github.com/wildfly/quickstart/blob/master/ejb-security-plus/configure-security-domain.cli]:
<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)
More information about the jboss-jira
mailing list