欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

第3章 支持和规范

程序员文章站 2022-07-11 10:39:53
IdentityServer实现以下规范: 3.1 OpenID Connect OpenID Connect Core 1.0 ( "规范" ) OpenID Connect Discovery 1.0 ( "规范" ) OpenID Connect Session Management 1.0 ......

identityserver实现以下规范:

3.1 openid connect

  • openid connect core 1.0 ()
  • openid connect discovery 1.0 ()
  • openid connect session management 1.0 - draft 28 ()
  • openid connect front-channel logout 1.0 - draft 02 ()
  • openid connect back-channel logout 1.0 - draft 04 ()

3.2 oauth 2.0

  • oauth 2.0 (rfc 6749)
  • oauth 2.0 bearer token usage (rfc 6750)
  • oauth 2.0 multiple response types ()
  • oauth 2.0 form post response mode ()
  • oauth 2.0 token revocation (rfc 7009)
  • oauth 2.0 token introspection (rfc 7662)
  • proof key for code exchange (rfc 7636)
  • json web tokens for client authentication (rfc 7523)
  • oauth 2.0 device flow for browserless and input constrained devices ()

github地址