You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Visual Studio 16.9 will release in March without, by default, a way to create app and configure the appsettings.json files of applications. The plan is to have a pointer to a doc describing what to do, manually, or by running a command line app creation script as a dotnet global tool.
Describe the solution you'd like
A prototype exists of a tool that takes a project, infers its nature, creates an Azure AD or Azure AD B2C app, and updates the code. See https://github.com/jmprieur/app-provisonning-tool
Work to do
Fix all the warnings in the prototype (Jm)
Import the prototype (source and unit tests) into the Microsoft.Identity.Web Tools folder. Decide if we also want to import the integration tests, but they are costly.
Improve the Unit tests
[ x ] Update the release definition to be able to release a package with the tool. Do we want to brand the tool Microsoft.Identity.Web.something?
Is your feature request related to a problem? Please describe.
Visual Studio 16.9 will release in March without, by default, a way to create app and configure the appsettings.json files of applications. The plan is to have a pointer to a doc describing what to do, manually, or by running a command line app creation script as a dotnet global tool.
Describe the solution you'd like
A prototype exists of a tool that takes a project, infers its nature, creates an Azure AD or Azure AD B2C app, and updates the code. See https://github.com/jmprieur/app-provisonning-tool
Work to do
The text was updated successfully, but these errors were encountered: