]
Darran Lofthouse updated ELYWEB-8:
----------------------------------
Fix Version/s: 1.0.2.Final
1.2.1.CR1
constraint drive authentication method in undertow doesn't work
with elytron
----------------------------------------------------------------------------
Key: ELYWEB-8
URL:
https://issues.jboss.org/browse/ELYWEB-8
Project: Elytron Web
Issue Type: Bug
Affects Versions: 1.1.0.Final, 1.2.0.Final
Reporter: Darran Lofthouse
Assignee: Bartosz Spyrko-Ĺmietanko
Priority: Critical
Fix For: 1.2.1.CR1, 1.0.2.Final
When elytron is enabled constraint driven authentication method (i.e.
proactive-authentication=false) has no effect.
If you try to request an unsecured page sending in an invalid user with basic
authentication, you should get the page returned with constraint drive authentication and
a 401 with proactive authentication. This is what happens without Elytron enabled. But
if you enable Elytron it gives a 401 in both cases.