[jboss-jira] [JBoss JIRA] (WFLY-3342) undertow subsystem authentication configuration
Tomaz Cerar (JIRA)
issues at jboss.org
Tue Oct 20 08:20:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119873#comment-13119873 ]
Tomaz Cerar commented on WFLY-3342:
-----------------------------------
Currently auth config in undertow subsystem as such was removed as it was completely broken.
This will revisited once we have new Elytron based security in WildFly, which is currently planned for 11.
> undertow subsystem authentication configuration
> -----------------------------------------------
>
> Key: WFLY-3342
> URL: https://issues.jboss.org/browse/WFLY-3342
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Final
> Reporter: Travis De Silva
> Assignee: Tomaz Cerar
> Fix For: 11.0.0.Alpha1
>
>
> I have a use case where I have static content that I want only authorised web users to be able to access. In the standalone.xml file, I added the following config.
> <filter-ref name="my-auth"/> under <location> and
> <basic-auth name="my-auth" security-domain="other"/> under <handlers>
> But I am getting following error
> Caused by: java.lang.RuntimeException: JBAS017346: Could not construct handler for class: class io.undertow.security.handlers.AuthenticationCallHandler. with parameters {"security-domain" => "other"}
> [~ctomc] Mentioned in the forum post that how undertow does authentication has changed significantly and subsystem configuration did not catch up with it properly and request a jira ticket be opened.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list