[
https://issues.jboss.org/browse/WFCORE-3913?page=com.atlassian.jira.plugi...
]
Hisanobu Okuda commented on WFCORE-3913:
----------------------------------------
As [~dlofthouse] suggested, adding the login-module-stack-ref, it works fine!
{code}
<security-domain name="jaspi"
cache-type="default">
<authentication-jaspi>
<login-module-stack name="dummy">
<login-module
code="org.jboss.security.auth.spi.SimpleServerLoginModule"
flag="optional"/>
</login-module-stack>
<auth-module
code="org.wildfly.extension.undertow.security.jaspi.modules.HTTPSchemeServerAuthModule"
login-module-stack-ref="dummy" />
</authentication-jaspi>
</security-domain>
{code}
Please close this JIRA.
HTTPSchemeServiceAuthModule contructor is not defined
-----------------------------------------------------
Key: WFCORE-3913
URL:
https://issues.jboss.org/browse/WFCORE-3913
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.10.Final
Environment: - EAP7.1.0
Reporter: Hisanobu Okuda
Assignee: Darran Lofthouse
Attachments: test.war
JASPI does not work, since HTTPSchemeServiceAuthModule contructor is not defined.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)