active-directory-dotnet-graphapi-console
active-directory-dotnet-graphapi-console copied to clipboard
A .NET console application that performs various queries against the Azure AD Graph API using both user identities and application identities.
I've been trying to UnitTest the SDK and using nsubstitute. Have not found a way to return something i want out of the client.Users object. The client.Users returns an IUserCollection...
Is there a way to clear the manager field of a user? (Workaround bypassing the GraphClient wrapper: http://stackoverflow.com/a/36598494/3393258)
Hello I could not find the attribute 'company' on the user entity reference, i wonder why is this not available on the user entity from the azure graph api?
Followed all steps. Everything seems to work !! Some more documentation on the user mode and app mode would be even more great.
I am getting a JSON parsing error only in one Azure tenant. I've tested the same code in 3 other tenants. Calling code: activeDirectoryClient.Users.Where(x=>x.LastDirSyncTime >= lastSyncDateOnly).ExecuteAsync(); Error that occurs during...
I'm trying SKU Transition. When act AssignLicenseAsync method, I get error "Insufficient privileges to complete the operation" and I dont know what should redo. After act PlaceOrder, we implement below...
Hi. Seems that some recent updates break application clients. The code that was working perfectly is now broken, all user update\delete operations are returning `Error creating new user. One or...
Hi all, when running the demo (great example btw) one extended property is created on the app level and added to a new user. The issue is that when you...
Hi, When i create the application using code. I can't able to generate token which shows me error message like **Invalid client secret is provided**. I checked the created application...
It appears that some of the samples such as updating user, creating application, and etc in the code now are not working because of "Insufficient privileges to complete the operation."...