keycloak-scim/examples/saml/redirect-with-signature/remove-security-domain.cli
2014-10-21 21:39:10 -04:00

13 lines
No EOL
272 B
Text

# Batch script to remove the quickstart-domain security domain from the JBoss server
# Start batching commands
batch
# Remove the security domain
/subsystem=security/security-domain=sp:remove
# Run the batch commands
run-batch
# Reload the server configuration
:reload