0

我是繼指南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" 
} 

],

然而,當我去我的客戶端應用程序,並嘗試添加它的應用沒有出現在「所有應用程序」下。

回答

0

原來下拉顯示「所有應用」不換濾芯,直到你選中該複選框

0

我有同樣的問題,但隨着Azure的門戶網站的新版本。

默認情況下,我所有的自定義apis都不會顯示。爲了能夠選擇其中的一個(授予權限),我需要在過濾器框中鍵入應用程序的名稱,然後按Enter鍵。那個API會在那之後出現。

相關問題