You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure already you are aware of this but, Currently,
'GetAuthorizationCodeRequestUrl()' generates URL for MSA authentication end point only. It should generate URL for OneDrive for Enterprise (OAuthConstants.ActiveDirectoryAuthenticationServiceUrl) when it's for the Enterprise.
I think there's no possible way to list-up files for each users in the domain, with the AuthTOken of Global admin user account. I authenticate with Global Domain user (using AdalAuthenticationProvider.AuthenticateUserAsync()), and if I pass the 'baseurl' as just ' aad_target_url + "/_api/v2.0' it works but lists up the files of logged in user, the Global user. So if I change the 'baseurl' to
[aad_target_url + "/_api/v2.0/users/" + userid] then the Microsoft.Graph fails (The server returns Error). I will report this to OneDrive SDK.
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure already you are aware of this but, Currently,
[aad_target_url + "/_api/v2.0/users/" + userid] then the Microsoft.Graph fails (The server returns Error). I will report this to OneDrive SDK.
The text was updated successfully, but these errors were encountered: