EPS.Extensions.B2CGraphUtil 7.0.3

dotnet add package EPS.Extensions.B2CGraphUtil --version 7.0.3
                    
NuGet\Install-Package EPS.Extensions.B2CGraphUtil -Version 7.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EPS.Extensions.B2CGraphUtil" Version="7.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EPS.Extensions.B2CGraphUtil" Version="7.0.3" />
                    
Directory.Packages.props
<PackageReference Include="EPS.Extensions.B2CGraphUtil" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EPS.Extensions.B2CGraphUtil --version 7.0.3
                    
#r "nuget: EPS.Extensions.B2CGraphUtil, 7.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EPS.Extensions.B2CGraphUtil@7.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EPS.Extensions.B2CGraphUtil&version=7.0.3
                    
Install as a Cake Addin
#tool nuget:?package=EPS.Extensions.B2CGraphUtil&version=7.0.3
                    
Install as a Cake Tool

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
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EPS.Extensions.B2CGraphUtil:

Package Downloads
b2c-cli

This tool lets you create groups and users, assign users to groups, and perform policy tasks within Azure AD B2C. Read the README for details!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.3 373 3/29/2023
7.0.2 286 3/28/2023
7.0.1 339 3/3/2023
7.0.0 309 3/2/2023
6.0.6 351 2/2/2023
6.0.5 366 2/2/2023
6.0.4 510 1/18/2023
6.0.3 564 8/17/2022
6.0.2 594 7/1/2022
6.0.1 627 6/9/2022
6.0.0 567 4/19/2022
5.0.11 443 11/17/2021
5.0.10 425 11/16/2021
5.0.9 254 11/15/2021
5.0.8 280 11/10/2021
5.0.7 256 8/12/2021
5.0.6 266 7/28/2021
5.0.5-preview4 261 7/13/2021
5.0.4-preview4 275 6/30/2021
5.0.3-preview4 221 6/22/2021
5.0.2-preview4 248 6/22/2021
5.0.1 307 5/27/2021
5.0.1-preview4 236 6/22/2021
5.0.0 267 5/18/2021

Fix AddUserToGroup in UserRepo