-
Bug
-
Resolution: Done
-
Blocker
-
3.0.0.Beta13
-
None
When http-interface uses http-authentication-factory attribute for authentication and security-realm attribute for SSL, and referenced security-realm does not include authentication, then authentication through http-interface is not possible.
When Management Console is used, then page with The Red Hat JBoss Enterprise Application Platform 7 is running. However you have not yet added any users to be able to access the admin console. is displayed.
When https://localhost:9993/management?operation=attribute&name=server-state is accessed then following output is returned:
{ "outcome" : "failed", "failure-description" : "WFLYDMHTTP0006: The security realm is not ready to process requests, see https://localhost:9993/error", "rolled-back" : "true" }
When security-realm includes also authentication (which is not used) then authentication through http-interface works as expected.
- clones
-
JBEAP-10208 Authentication through http-interface with Elytron authentication and legacy SSL (without configured authentication) is not possible
- Closed