You can use the DisableIdpAuthentication method to disable support for authentication using third-party IdPs for the cluster. Once disabled, users authenticated by third party IdPs are no longer able to access the cluster and any active authenticated sessions are invalidated/disconnected. LDAP and cluster admins are able to access the cluster via supported UIs.
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "DisableIdpAuthentication", "params": {} }
This method returns a response similar to the following example:
{ "result": {} }
12.0