All Products
Search
Document Center

Identity as a Service:GetIdentityProviderAdvancedConfiguration

Last Updated:Feb 04, 2026

Retrieves advanced configuration information.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

Instance ID

eiam-111ccc1111

IdentityProviderId

string

Yes

Identity provider ID

idp_11111

Response elements

Element

Type

Description

Example

object

RequestId

string

Request ID

0441BD79-92F3-53AA-8657-F8CE4A2B912A

AdvancedConfiguration

object

Advanced configuration information

InstanceId

string

Instance ID

idaas_kpvmhktvun6u66dgpjh3l4wxxx

IdentityProviderId

string

Identity provider ID

idp_na2rzpyc67zr7ixdfy35zgrxxx

DingtalkAdvancedConfig

object

DingTalk advanced configuration

AppKey

string

AppKey of the DingTalk first-party application

ding5xo9rg0csw3f6xxx

AppSecret

string

App secret of the DingTalk first-party application

***

Examples

Success response

JSON format

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "AdvancedConfiguration": {
    "InstanceId": "idaas_kpvmhktvun6u66dgpjh3l4wxxx",
    "IdentityProviderId": "idp_na2rzpyc67zr7ixdfy35zgrxxx",
    "DingtalkAdvancedConfig": {
      "AppKey": "ding5xo9rg0csw3f6xxx",
      "AppSecret": "***"
    }
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.