IdentityServer3学习记录(搭建IdentityServer项目)

记录下自己尝试搭建identityServer3的过程,便于自己记录遗忘时翻看,也能便于刚接触的新手简单了解下搭建的过程。

更详细的可以参考 https://www.jianshu.com/p/792a153895a8

一、创建MVC项目

二、下载IdentityServer3所需类库引用

  install-package IdentityServer3

  install-package Microsoft.Owin.Host.SystemWeb

原文地址:https://www.cnblogs.com/htsboke/p/10948440.html