A, identityerver4Demo project builds

1, the use of net core cli command to install the template learning

1.1, the implementation of dotnet new -i IdentityServer4.Templates command in cmd

After a successful installation is shown below:

1.2, view the run dotnet new command template installation was successful

If the five template appears is completely successful installation

2, the establishment of a demo project

 2.1, in the address bar of the file you want to build the project folder directly enter cmd and press Enter (or right-powershell can open CMD)

2.2, the implementation of dotnet new is4inmem --name id4demo1

(Is4inmem and templates corresponding abbreviation, - name xxx for the project named)

Appears The template "IdentityServer4 with In-Memory Stores and Test Users" was created successfully. Is established success of the project

3, open the project in VS and start

Under the plans appear successful start.

 

Released six original articles · won praise 1 · views 2195

Guess you like

Origin blog.csdn.net/sxy_student/article/details/104102605