]
Darran Lofthouse resolved WFCORE-3251.
--------------------------------------
Fix Version/s: 3.0.1.Final
Resolution: Done
Elytron, misconfiguration of http-authentication-factory leads to 403
- should be 500
-------------------------------------------------------------------------------------
Key: WFCORE-3251
URL:
https://issues.jboss.org/browse/WFCORE-3251
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Darran Lofthouse
Fix For: 3.0.1.Final
When I misconfigured {{http-authentication-factory}}, e.g. with unreal protocol
"DOES_NOT_EXIST" I get http status code 403.
I think 500 would be more appropriate here, as server is misconfigured and can't
authenticate.
403 means user has not appropriate roles.
In log there is
{code}
10:08:06,309 TRACE [org.wildfly.security] (management task-6)
java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for
mechanismType='HTTP', mechanismName='SPNEGO',
hostName='localhost.localdomain', protocol='http'.
{code}