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地址