【发布时间】:2019-01-31 07:44:09
【问题描述】:
我正在尝试将 instagram 添加为身份提供程序,但遇到了 Azure AD B2C 无法在 JSON 响应中识别 instagram 用户 ID 的问题。调用 instagram 的 self 端点后,这是我得到的响应:
{
"data": {
"id": "4835453534",
"username": "myUsername",
"profile_picture": "https://profilepic.jpg",
"full_name": "",
"bio": "",
"website": "",
"is_business": false,
"counts": {
"media": 0,
"follows": 10,
"followed_by": 100
}
},
"meta": {
"code": 200
}
【问题讨论】:
标签: azure-ad-b2c