Skip to content

Enabling/Disabling OAuth

Be sure OAuth is enabled when configuring these authentication methods:

  • Windows Authentication - Kerberos
  • X.509

To enable OAuth

  1. In the Administrative Console, open Cluster Management from the top left drop-down.

  2. On the Services page, locate mss-mss-server. Click ellipsis Edit Properties.

  3. Add a new Key/Value entry. Set the Key to mss.oauth and set the Value to true. Click OK.

  4. Click ellipsis Redeploy All to redeploy the mss-mss-server service.

  5. Wait until the redeployed services are in a ready state ready.

    Note

    If the Cluster DNS changes, the mss-auth-service must be redeployed for the changes to take effect.
    Be aware that end users may be affected when a service is redeployed.

  6. Remember to select your preferred authentication method in the MSS Administrative Console (Configure Settings - Authentication and Authorization > Choose Authentication Method). Then continue with your configuration.


To disable OAuth

  1. In the Administrative Console, open Cluster Management.

  2. On the Services page, locate mss-mss-server. Click ellipsis Edit Properties.

  3. Locate the mss.oauth key and set the Value to false. Click OK.

  4. Click ellipsis Redeploy All to redeploy the mss-mss-server service.

  5. Wait until the redeployed services are in a ready state ready.

  6. Choose another Authentication method in the MSS Administrative Console.