msidentity-app-sync
1.0.1
dotnet tool install --global msidentity-app-sync --version 1.0.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local msidentity-app-sync --version 1.0.1
#tool dotnet:?package=msidentity-app-sync&version=1.0.1
nuke :add-package msidentity-app-sync --version 1.0.1
This package is a dotnet global tool which registers new Azure AD or Azure AD B2C applications, and updates your code accordingly, or modifies/edits existing
Azure AD or Azure AD B2C applications and updates the code. This tool automates the steps of going to the portal UI for app registration and also updates
the corresponding code for that application. With this tool, you can develop and register an ASP.NET Core web app, web API, gRPC service or Azure Function
protected with the Microsoft identity platform, which can call Microsoft Graph or downstream web APIs.
For details see https://aka.ms/ms-identity-app-registration.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
This package has no dependencies.
The release notes are available at https://github.com/AzureAD/microsoft-identity-web/releases and the roadmap at https://github.com/AzureAD/microsoft-identity-web/wiki#roadmap