Enabling/Disabling OAuth
Be sure OAuth is enabled when configuring these authentication methods:
- Windows Authentication - Kerberos
- OpenID Connect (OIDC)
- X.509
- Micro Focus Advanced Authentication
To enable OAuth
-
In the Administrative Console, open Cluster Management from the top left drop-down.
-
On the Services page, locate
mss-mss-server
. Click Edit Properties. -
Add a new Key/Value entry. Set the Key to
mss.oauth
and set the Value totrue
. Click OK. -
Click Redeploy All to redeploy the
mss-mss-server
service. -
Wait until the redeployed services are in a ready state .
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. -
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
-
In the Administrative Console, open Cluster Management.
-
On the Services page, locate
mss-mss-server
. Click Edit Properties. -
Locate the
mss.oauth
key and set the Value tofalse
. Click OK. -
Click Redeploy All to redeploy the
mss-mss-server
service. -
Wait until the redeployed services are in a ready state .
-
Choose another Authentication method in the MSS Administrative Console.