keycloak-scim/examples/saml/post-with-encryption/remove-security-domain.cli

13 lines
272 B
Text
Raw Normal View History

2014-10-22 01:39:10 +00:00
# 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