第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 ()
上一篇: 一文回顾 Java 入门知识(下)
下一篇: 装饰器模式