Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Getting started on browsing graph (users, groups and members) and managing roles using C#

License

Notifications You must be signed in to change notification settings

Azure-Samples/aad-dotnet-browse-graph-and-manage-roles

Repository files navigation

services platforms author
Aad
.Net
jianghaolu

Getting Started with Aad - Manage Users Groups And Roles - in .Net

      Azure Users, Groups and Roles sample.
      - List users
      - Get user by email
      - Assign role to AD user
      - Revoke role from AD user
      - Get role by scope and role name
      - List roles
      - List Active Directory groups.

Running this Sample

To run this sample:

Set the environment variable AZURE_AUTH_LOCATION with the full path for an auth file. See how to create an auth file.

git clone https://github.com/Azure-Samples/aad-dotnet-browse-graph-and-manage-roles.git

cd aad-dotnet-browse-graph-and-manage-roles

dotnet restore

dotnet run

More information

Azure Management Libraries for C# Azure .Net Developer Center If you don't have a Microsoft Azure subscription you can get a FREE trial account here


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Getting started on browsing graph (users, groups and members) and managing roles using C#

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages