我是繼指南active-directory-integrating-applications我下載的應用程序清單和它已經有了相當於oauth2Persission:如何將我的Web API端點公開給Azure AD中的其他資源應用程序?
"oauth2Permissions": [
{
"adminConsentDescription": "Allow the application to access ShippingScheduleAPI on behalf of the signed-in user.",
"adminConsentDisplayName": "Access ShippingScheduleAPI",
"id": "ba650239-2de4-41c1-979b-886a9427389a",
"isEnabled": true,
"type": "User",
"userConsentDescription": "Allow the application to access ShippingScheduleAPI on your behalf.",
"userConsentDisplayName": "Access ShippingScheduleAPI",
"value": "user_impersonation"
}
],
然而,當我去我的客戶端應用程序,並嘗試添加它的應用沒有出現在「所有應用程序」下。