]
Brian Stansberry reassigned WFCORE-708:
---------------------------------------
Assignee: (was: Brian Stansberry)
Need to configure JAAS for host controller in host.xml
------------------------------------------------------
Key: WFCORE-708
URL:
https://issues.jboss.org/browse/WFCORE-708
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management, Security
Reporter: Hisanobu Okuda
I want to configure an advanced authentication for host controller as follow:-
(1) perform authentication against LDAP
(2) if (1) fails, perform authentication against properties file
To do this in domain mode, I need to set up a legacy JAAS config file and specify it via
java.security.auth.login.config system property. It spoils maintainability and security of
EAP6 in terms of:-
1. unable to maintain it using jboss-cli.sh
2. unable to use the vault feature for it