创建IdentityServer4
Posted hwxing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建IdentityServer4 相关的知识,希望对你有一定的参考价值。
该项目使用dotnet版本3.1 ,vs code创建
创建AuthServer项目
首先命令安装模版
dotnet new -i IdentityServer4.Templates
创建AuthServer
dotnet new is4inmem --name AuthServer
在cnfig.cs文件修改 下图 画线部分(使用用户名密码)
然后运行项目,在浏览器输入http://localhost:5000/打开IdentityServer4页面
也可用postman测试,如下图:
以上是关于创建IdentityServer4 的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 IdentityServer4 创建 RsaSecurityKey.KeyId