Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 IdentityServer4 并且有一个场景,我需要在密码重置过程中启动对安全 API 的调用。IdentityServer4 确实提供IdentityServerTools了从扩展点调用安全资源的目的,但是目前没有缩进用法的文档或示例。
IdentityServerTools
如何使用中提供的方法创建必要的令牌IdentityServerTools?
IdentityServerTools可从 DI 获得。只需将其注入您的类并调用该方法来创建客户端令牌。
https://docs.identityserver.io/en/latest/topics/tools.html