Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.32 KB

reference_element_api_disableidpauthentication.adoc

File metadata and controls

46 lines (32 loc) · 1.32 KB
permalink sidebar keywords summary
api/reference_element_api_disableidpauthentication.html
sidebar
IdP,idp,authentication,disable
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.

DisableIdpAuthentication

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.

Parameters

This method has no input parameters.

Return values

This method has no return values.

Request example

Requests for this method are similar to the following example:

{
  "method": "DisableIdpAuthentication",
  "params": {}
}

Response example

This method returns a response similar to the following example:

{
"result": {}
}

New since version

12.0