{
"provider_code": "string",
"config_fields": {
"CorpId": "string",
"AgentId": "string",
"CorpSecret": "string",
"displayName": "string"
}
}curl --location --request POST '/v1/idp/connections' \
--header 'X-Payload-Origin: eyJ0aWQiOiIxIiwiZGlkIjoiMSIsInVpZCI6MX0=' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider_code": "string",
"config_fields": {
"CorpId": "string",
"AgentId": "string",
"CorpSecret": "string",
"displayName": "string"
}
}'[
{
"id": "string",
"provider_id": "string",
"provider_code": "string",
"config_fields": {
"AppId": "string",
"AppSecret": "string",
"displayName": "string",
"CorpId": "string",
"AgentId": "string",
"CorpSecret": "string"
},
"developer_id": "string",
"tenant_id": "string"
}
]