Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Removing the Authorization Server can be done with the mzsh topo unset command.

Run the following command to remove a single instance of the Authorization Server service.

mzsh topo unset topo://services:<standard/custom>/obj:<service>.<service-instance-name>

Example - Removing one instance of Authorization Server

mzsh topo unset topo://services:custom/obj:oauth2.oauth2-instance


If you have multiple Authorization Server instances, you can remove them all at once with the following command

mzsh topo unset topo://services:<standard/custom>/obj:<service>

Example - Removing all instances of Authorization Server

mzsh topo unset topo://services:custom/obj:oauth2
  • No labels