Duende IdentityServer 和 Asp.Net 核心身份的管理

Github:GitHub - skoruba/Duende.IdentityServer.Admin:Duende IdentityServer 和 Asp.Net Core Identity ⚡ 的管理

添加Api客户端

Login.Api 为例

Ids4配置地址:https://localhost:44303/Configuration/Clients

必须添加Api Scope

IdentityServer-image-20220410190548460

添加客户端

添加

IdentityServer-image-20220410190906111

基本设置

IdentityServer-image-20220410191004732

如下图,其中作用设置必须已有的。

IdentityServer-image-20220410191109566

Appsetting

IdentityServer-image-20220410191235559

添加Vue

Vue

IdentityServer-image-20220410191528315

添加客户端

IdentityServer-image-20220410191623757

基础设置注意作用域,需要在配置中设置。

IdentityServer-image-20220410192040067

IdentityServer-image-20220410191815352

注意配置跨域来源、注销地址

The end.