Identity Server4 + QuickStart UI
Posted Kevin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Identity Server4 + QuickStart UI相关的知识,希望对你有一定的参考价值。
Crime tools: VS2019 Postman
Weather: Rainning
Today we continue with the last project.
1. Open the path of the project and type into cmd
2. Install Quickstart UI by cmd
1th: dotnet new -i identityserver4.templates
2th: dotnet new is4ui
4. Asp.net Core Web API was converted to MVC, but we still need to change some places in startup.cs
5. Start project: http://localhost:56054/account/login
6. Login with user with we had initialized in identityServerConfig file
以上是关于Identity Server4 + QuickStart UI的主要内容,如果未能解决你的问题,请参考以下文章
Identity Server4学习系列四之用户名密码获得访问令牌
ASP.NET Core分布式项目实战IdentityServer4登录中心oauth密码模式identity server4实现