A newer release of this product is available.
GetIdpAuthenticationState
You can use the GetIdpAuthenticationState method to return information regarding the state of authentication using third-party IdPs.
Parameters
This method has no input parameters.
Return values
This method has the following return value:
| Name | Description | Type |
|---|---|---|
enabled |
Indicates whether third-party IdP authentication is enabled. |
boolean |
Request example
Requests for this method are similar to the following example:
{
"method": "GetIdpAuthenticationState"
}
Response example
This method returns a response similar to the following example:
{
"result": {"enabled": true}
}
New since version
12.0