IdentityServer4
https://identityserver4.readthedocs.io/en/release/quickstarts/community.html
https://www.bilibili.com/video/BV1xP4y1t7KQ?from=search&seid=15727978723986028614&spm_id_from=333.337.0.0
https://www.bilibili.com/video/BV1iW41137sL?from=search&seid=1015997116873413489&spm_id_from=333.337.0.0
dotnet new --install IdentityServer4.Templates::4.0.1
dotnet new sln -n Authorization.IdentityServer.Project
点击 Authorization.IdentityServer.Project.sln 进入VS Add a new project, select IdentityServer4 with ASP.NET Core Identity(Brock Allen, Dominick Baier)
//dotnet sln add Authorization.IdentityServer\Authorization.IdentityServer.csproj
dotnet new console - myclient dotnet sln add myclient\myclient.csproj
Example code : OpenID Connect with Angular 8, Identityserver4 and ASP.NET core API
Boilerplate
for: Asp.NET 5 IdentityServer4, Angular CLI, and Asp.NET 5 WebAPI
Last updated