Created attachment 940902 [details] example standalone.xml Description of problem: After configuring JAAS security for management realm, when I start JBoss with `bin/standalone.sh --admin-only', I can't login to the management web console. Version-Release number of selected component (if applicable): EAP 6.3.0 How reproducible: Readily Steps to Reproduce: 1. Setup JAAS security domain and management interfaces to use it (see attached standalone.xml). 2. Start JBoss with `bin/standalone.sh --admin-only' 3. Try to login to http://localhost:9990/console Actual results: Doesn't work. Expected results: Should work. It does work if you start without --admin-only Additional info:
Admin only mode does not the services from the security subsystem available in this mode.
Darran Lofthouse <darran.lofthouse> updated the status of jira WFLY-3894 to Resolved