Hide Forgot
Description of problem: In web subsystem there should possible to define also sso for virtual-server, but it is not possible to add the sso via CLI Version-Release number of selected component (if applicable): EAP 6.1.1 How reproducible: Always Steps to Reproduce: 1. Start EAP and connect via CLI 2. /subsystem=web/virtual-server=default-host/sso=testsso:add Actual results: Failure with "JBAS014883: No resource definition is registered for address" Expected results: Success with created sso Additional info: Code completion doesn't know any operation on /subsystem=web/virtual-server=default-host/sso=anything:
Actually this is not an issue to define sso you need to use sso=configuration to make it work => /subsystem=web/virtual-server=default-host/sso=configuration:add then works as expected