microsoft-graph-sdks

Is there a way to get list of Admin Consent Requests using Graph API?

拜拜、爱过 提交于 2020-08-22 07:11:50
问题 We would like to validate the Admin Consent Request before giving admin consent to an Application. Is there a way to use Graph API to get the list of admin consent requests? We will require an API for both the Delegated and Application permission consent request list. 回答1: Currently, it is not possible to get this information via API. Please raise the uservoice 来源: https://stackoverflow.com/questions/61437748/is-there-a-way-to-get-list-of-admin-consent-requests-using-graph-api

Is there a way to get list of Admin Consent Requests using Graph API?

半世苍凉 提交于 2020-08-22 07:08:14
问题 We would like to validate the Admin Consent Request before giving admin consent to an Application. Is there a way to use Graph API to get the list of admin consent requests? We will require an API for both the Delegated and Application permission consent request list. 回答1: Currently, it is not possible to get this information via API. Please raise the uservoice 来源: https://stackoverflow.com/questions/61437748/is-there-a-way-to-get-list-of-admin-consent-requests-using-graph-api

C# to find if a user was migrated from Windows Server AD to Microsoft Azure

大兔子大兔子 提交于 2020-08-10 01:16:45
问题 In my personal Azure account, I migrated some users from a Windows Server AD , and some were created directly in Azure AD , and some users came from Microsoft Personal accounts. I have been able to display these users in a Windows Desktop app using Microsoft Graph - similar to what we see in Azure Portal (as shown below). Moreover, as shown below, the Source of user list in Azure portal tells you whether a user was migrated from Windows Server AD or not. But I have not been able to find a way

C# to find if a user was migrated from Windows Server AD to Microsoft Azure

喜欢而已 提交于 2020-08-10 01:16:09
问题 In my personal Azure account, I migrated some users from a Windows Server AD , and some were created directly in Azure AD , and some users came from Microsoft Personal accounts. I have been able to display these users in a Windows Desktop app using Microsoft Graph - similar to what we see in Azure Portal (as shown below). Moreover, as shown below, the Source of user list in Azure portal tells you whether a user was migrated from Windows Server AD or not. But I have not been able to find a way

C# to find if a user was migrated from Windows Server AD to Microsoft Azure

送分小仙女□ 提交于 2020-08-10 01:13:26
问题 In my personal Azure account, I migrated some users from a Windows Server AD , and some were created directly in Azure AD , and some users came from Microsoft Personal accounts. I have been able to display these users in a Windows Desktop app using Microsoft Graph - similar to what we see in Azure Portal (as shown below). Moreover, as shown below, the Source of user list in Azure portal tells you whether a user was migrated from Windows Server AD or not. But I have not been able to find a way