using IdentityServer4.Extensions;using System;using System.Collections.Generic;using System.Linq;namespace IdentityServer4.Models{/// <summary>/// Models a web API resource./// </summary>public class ApiResource : Resource
1 回答
慕工程0101907
TA贡献1887条经验 获得超5个赞
推荐阅读 New in IdentityServer4: Resource-based Configuration
For RC4 we decided to re-design our configuration object model for resources (formerly known as scopes).
...
Starting with RC4 – the configuration model does not have scope anymore as a top-level concept, but rather identity resources and API resources.
我觉得就是允许通过api访问的资源
- 1 回答
- 0 关注
- 2025 浏览
添加回答
举报
0/150
提交
取消