Skip to content

Quick and easy graph utilities for Users, Groups and other objects for Azure Active Directory B2C.

License

Notifications You must be signed in to change notification settings

endpointsystems/EPS.Extensions.B2CGraphUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPS.Extensions.B2CGraphUtil

Quick and easy graph utilities for Users and Groups for Azure Active Directory B2C.

Required Permissions

You'll want to grant admin consent to the following permissions for Microsoft Graph application in Azure AD B2C:

  • Directory.ReadWrite.All
  • Group.ReadWrite.All
  • People.Read.All
  • User.ReadWrite.All
  • openid
  • offline_access

See Register a Microsoft Graph Application for more details.

Configuration

Both UserRepo and GroupRepo depend on an instance of GraphUtilConfig configuration object for instantiation. This class has three properties:

  • AppId - the application ID
  • TenantId - the tenant ID (the GUID)
  • AppSecret - the application secret

About

Quick and easy graph utilities for Users, Groups and other objects for Azure Active Directory B2C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages