{
"extIdpId": "string",
"type": "string",
"identifier": "string",
"displayName": "string",
"fields": {
"callbackURL": "string",
"clientID": "string",
"clientSecret": "string"
},
"userMatchFields": "string",
"logo": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/extIdpConn' \
--header 'Authorization: Bearer eyJhb' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"extIdpId": "string",
"type": "string",
"identifier": "string",
"displayName": "string",
"fields": {
"callbackURL": "string",
"clientID": "string",
"clientSecret": "string"
},
"userMatchFields": "string",
"logo": "string"
}'
{
"code": 200,
"message": "创建成功",
"data": {
"id": "61dff475b33b0c839bdeb254",
"type": "wechat:pc",
"identifier": "sdfsdf",
"displayName": "displayName",
"fields": {
"callbackURL": "111",
"clientID": "222",
"clientSecret": "333"
},
"logo": "https://files.authing.co/authing-console/social-connections/icon_pcwexin@2x.png",
"userMatchFields": null
}
}