KEYCLOAK-5665 - elytron propagate security domain to ejb
This commit is contained in:
parent
ebcfeb20a3
commit
4a227ae564
1 changed files with 6 additions and 0 deletions
|
@ -55,3 +55,9 @@ if (outcome != success) of /subsystem=undertow/application-security-domain=other
|
||||||
else
|
else
|
||||||
echo Undertow already configured with Keycloak
|
echo Undertow already configured with Keycloak
|
||||||
end-if
|
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
|
Loading…
Reference in a new issue