[jboss-jira] [JBoss JIRA] (WFCORE-3913) HTTPSchemeServiceAuthModule contructor is not defined
Hisanobu Okuda (JIRA)
issues at jboss.org
Thu Jun 7 06:22:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587957#comment-13587957 ]
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)
More information about the jboss-jira
mailing list