【发布时间】:2017-06-20 11:50:22
【问题描述】:
我正在将我的 Web 应用程序 OnValidateIdentity 中的应用程序特定声明添加到身份服务器的访问令牌声明中。我正在为每个 API 调用查询数据库的登录用户获取应用程序特定声明。我是否应该将应用程序特定的声明注入 Identity Server 中的令牌中(以减少数据库调用)?
【问题讨论】:
标签: identityserver3 identityserver4 thinktecture-ident-server thinktecture