EPS.Extensions.B2CGraphUtil
7.0.1
See the version list below for details.
dotnet add package EPS.Extensions.B2CGraphUtil --version 7.0.1
NuGet\Install-Package EPS.Extensions.B2CGraphUtil -Version 7.0.1
<PackageReference Include="EPS.Extensions.B2CGraphUtil" Version="7.0.1" />
paket add EPS.Extensions.B2CGraphUtil --version 7.0.1
#r "nuget: EPS.Extensions.B2CGraphUtil, 7.0.1"
// Install EPS.Extensions.B2CGraphUtil as a Cake Addin #addin nuget:?package=EPS.Extensions.B2CGraphUtil&version=7.0.1 // Install EPS.Extensions.B2CGraphUtil as a Cake Tool #tool nuget:?package=EPS.Extensions.B2CGraphUtil&version=7.0.1
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 IDTenantId
- the tenant ID (the GUID)AppSecret
- the application secret
Product | Versions 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. |
-
net6.0
- Azure.Identity (>= 1.8.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
- Microsoft.Graph (>= 5.0.0)
- Microsoft.Graph.Core (>= 3.0.0)
- Newtonsoft.Json (>= 13.0.2)
- Polly (>= 7.2.3)
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 | 305 | 3/29/2023 |
7.0.2 | 230 | 3/28/2023 |
7.0.1 | 289 | 3/3/2023 |
7.0.0 | 257 | 3/2/2023 |
6.0.6 | 292 | 2/2/2023 |
6.0.5 | 310 | 2/2/2023 |
6.0.4 | 453 | 1/18/2023 |
6.0.3 | 499 | 8/17/2022 |
6.0.2 | 524 | 7/1/2022 |
6.0.1 | 553 | 6/9/2022 |
6.0.0 | 491 | 4/19/2022 |
5.0.11 | 362 | 11/17/2021 |
5.0.10 | 345 | 11/16/2021 |
5.0.9 | 176 | 11/15/2021 |
5.0.8 | 200 | 11/10/2021 |
5.0.7 | 178 | 8/12/2021 |
5.0.6 | 189 | 7/28/2021 |
5.0.5-preview4 | 189 | 7/13/2021 |
5.0.4-preview4 | 204 | 6/30/2021 |
5.0.3-preview4 | 148 | 6/22/2021 |
5.0.2-preview4 | 165 | 6/22/2021 |
5.0.1 | 225 | 5/27/2021 |
5.0.1-preview4 | 162 | 6/22/2021 |
5.0.0 | 189 | 5/18/2021 |
This update reflects the major changes made to Microsoft.Graph v5 library, and the result of the major logic changes made in that release version.