This content has been marked as final.
Show 2 replies
-
1. Re: Forcing authentication when accessing management API locally
dlofthouse Mar 27, 2013 5:15 AM (in response to vmikulcic)What AS version are you currently using? You may want to try the EAP 6.1.0 Alpha release - in the later releases we added the <local /> element to the realm definitions to give users the ability to remove it to disable local authenitcation as an option.
-
2. Re: Forcing authentication when accessing management API locally
vmikulcic Mar 27, 2013 6:16 AM (in response to dlofthouse)We're using JBoss AS 7.1.1.Final
Just tried it with 7.1.3 and removed the <local default-user="$local"/> from ManagementRealm in standalone.xml and it works like a charm
Thank you!