active-directory-dotnet-graphapi-console icon indicating copy to clipboard operation
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.

Results 29 active-directory-dotnet-graphapi-console issues
Sort by recently updated
recently updated
newest added

The sample takes a short cut that assumes that the extension property name comes from a property on the application. This won't always be accessible. We should show a different...

Hello While adding user to Role "Company Administrator" works, but Removing that role from the user does not work. I have tried with DirectoryRole, but same behaviour with Group. Add...

I am trying to run this code (below) and it never completes the job. I am authorized to create a user and I tested my authorization by receiving all the...

The instructions in the sample have some errors. These need fixing and updating

The sample makes use of the roleId on the newly created application object. However in multi-tenant apps, that app is not accessible, and so the sample sets a bad and...

Currently the sample code creates an app with a symmetric key secret. If you try and use that app to acquire a token, that would fail. Only password and X509...

Why this cast is not possible anymore? and how I can do it?

Just noticed a couple of edits are needed to the README for this sample. Updated for tenant and client guid constants being moved and updated for Exchange Online permissions being...