GetIdpAuthenticationState
Suggest changes
-
PDF of this doc site
- Manage storage with Element software
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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