KEYCLOAK-5665 - elytron propagate security domain to ejb

This commit is contained in:
slominskir 2019-04-03 13:02:25 -04:00 committed by Pedro Igor
parent ebcfeb20a3
commit 4a227ae564
1 changed files with 6 additions and 0 deletions

View File

@ -54,4 +54,10 @@ if (outcome != success) of /subsystem=undertow/application-security-domain=other
/subsystem=undertow/application-security-domain=other:add(http-authentication-factory=keycloak-http-authentication)
else
echo Undertow already configured with Keycloak
end-if
if (outcome != success) of /subsystem=ejb3/application-security-domain=other:read-resource
/subsystem=ejb3/application-security-domain=other:add(security-domain=KeycloakDomain)
else
echo EJB already configured with Keycloak
end-if