摘要:
令牌注销只针对引用令牌(reference token),官方翻译叫令牌撤销端点。 和自检端点一样,下面列出关键点: URL方法: POST /connect/revocation HTTP/1.1 Host: server.example.com Content-Type: application 阅读全文
摘要:
自检端点(官方翻译过来叫:自省端点,不太好理解,我这就叫自检端点) IdentityServer4 有两咱token,JWT token和reference token两种令牌,自检端点是针对reference token处理的。 下面是生成reference token令牌的步骤: 1、配置服务端 阅读全文