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