mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
Updated OAuth 2.0 Features Matrix (asciidoc)
parent
dfa49d139b
commit
9ecaa32614
@ -76,42 +76,42 @@ For additional information, please see the <<frequently-asked-questions,Frequent
|
|||||||
|===
|
|===
|
||||||
|
|
|
|
||||||
| https://github.com/spring-projects-experimental/spring-authorization-server/[Spring Authorization Server^] (0.0.1)
|
| https://github.com/spring-projects-experimental/spring-authorization-server/[Spring Authorization Server^] (0.0.1)
|
||||||
| https://projects.spring.io/spring-security-oauth/[Spring Security OAuth^] (2.2+)
|
| https://projects.spring.io/spring-security-oauth/[Spring Security OAuth^] (2.3+)
|
||||||
| https://cloud.spring.io/spring-cloud-security/[Spring Cloud Security^] (1.2+)
|
| https://cloud.spring.io/spring-cloud-security/[Spring Cloud Security^] (1.2+)
|
||||||
| https://projects.spring.io/spring-boot/[Spring Boot OAuth2^] (1.5.x)
|
| https://projects.spring.io/spring-boot/[Spring Boot OAuth2^] (1.5.x)
|
||||||
|
|
||||||
| [red]#*_Authorization Grants_*# 4+|
|
| [red]#*_Authorization Grants_*# 4+|
|
||||||
| Authorization Code | | ✔ | |
|
| Authorization Code | ✔ | ✔ | |
|
||||||
| Implicit | | ✔ | |
|
| Implicit | | ✔ | |
|
||||||
| Resource Owner Password Credentials | | ✔ | |
|
| Resource Owner Password Credentials | | ✔ | |
|
||||||
| Client Credentials | | ✔ | |
|
| Client Credentials | ✔ | ✔ | |
|
||||||
| Refresh Token | | ✔ | |
|
| Refresh Token | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Protocol Endpoints_*# 4+|
|
| [red]#*_Protocol Endpoints_*# 4+|
|
||||||
| Authorization Endpoint | | ✔ | |
|
| Authorization Endpoint | ✔ | ✔ | |
|
||||||
| Token Endpoint | | ✔ | |
|
| Token Endpoint | ✔ | ✔ | |
|
||||||
| User Approval Endpoint | | ✔ | |
|
| User Approval Endpoint | | ✔ | |
|
||||||
| Introspection Endpoint | | ✔ | |
|
| Introspection Endpoint | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Access Token Formats_*# 4+|
|
| [red]#*_Access Token Formats_*# 4+|
|
||||||
| Opaque | | ✔ | |
|
| Opaque | | ✔ | |
|
||||||
| JSON Web Signature (MAC) | | ✔ | |
|
| JSON Web Signature (MAC) | | ✔ | |
|
||||||
| JSON Web Signature (RSA) | | ✔ | |
|
| JSON Web Signature (RSA) | ✔ | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Access Token Storage Management_*# 4+|
|
| [red]#*_Access Token Storage Management_*# 4+|
|
||||||
| In-Memory | | ✔ | |
|
| In-Memory | ✔ | ✔ | |
|
||||||
| JDBC | | ✔ | |
|
| JDBC | | ✔ | |
|
||||||
| Redis | | ✔ | |
|
| Redis | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Client Authentication Methods_*# 4+|
|
| [red]#*_Client Authentication Methods_*# 4+|
|
||||||
| HTTP Basic | | ✔ | |
|
| HTTP Basic | ✔ | ✔ | |
|
||||||
| HTTP POST | | ✔ | |
|
| HTTP POST | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Client Registration Storage Management_*# 4+|
|
| [red]#*_Client Registration Storage Management_*# 4+|
|
||||||
| JDBC | | ✔ | |
|
| JDBC | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_Authorization Code Storage Management_*# 4+|
|
| [red]#*_Authorization Code Storage Management_*# 4+|
|
||||||
| In-Memory | | ✔ | |
|
| In-Memory | ✔ | ✔ | |
|
||||||
| JDBC | | ✔ | |
|
| JDBC | | ✔ | |
|
||||||
|
|
||||||
| [red]#*_User Approval Storage Management_*# 4+|
|
| [red]#*_User Approval Storage Management_*# 4+|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user