mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 22:32:43 +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://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://projects.spring.io/spring-boot/[Spring Boot OAuth2^] (1.5.x)
|
||||
|
||||
| [red]#*_Authorization Grants_*# 4+|
|
||||
| Authorization Code | | ✔ | |
|
||||
| Authorization Code | ✔ | ✔ | |
|
||||
| Implicit | | ✔ | |
|
||||
| Resource Owner Password Credentials | | ✔ | |
|
||||
| Client Credentials | | ✔ | |
|
||||
| Client Credentials | ✔ | ✔ | |
|
||||
| Refresh Token | | ✔ | |
|
||||
|
||||
| [red]#*_Protocol Endpoints_*# 4+|
|
||||
| Authorization Endpoint | | ✔ | |
|
||||
| Token Endpoint | | ✔ | |
|
||||
| Authorization Endpoint | ✔ | ✔ | |
|
||||
| Token Endpoint | ✔ | ✔ | |
|
||||
| User Approval Endpoint | | ✔ | |
|
||||
| Introspection Endpoint | | ✔ | |
|
||||
|
||||
| [red]#*_Access Token Formats_*# 4+|
|
||||
| Opaque | | ✔ | |
|
||||
| JSON Web Signature (MAC) | | ✔ | |
|
||||
| JSON Web Signature (RSA) | | ✔ | |
|
||||
| JSON Web Signature (RSA) | ✔ | ✔ | |
|
||||
|
||||
| [red]#*_Access Token Storage Management_*# 4+|
|
||||
| In-Memory | | ✔ | |
|
||||
| In-Memory | ✔ | ✔ | |
|
||||
| JDBC | | ✔ | |
|
||||
| Redis | | ✔ | |
|
||||
|
||||
| [red]#*_Client Authentication Methods_*# 4+|
|
||||
| HTTP Basic | | ✔ | |
|
||||
| HTTP Basic | ✔ | ✔ | |
|
||||
| HTTP POST | | ✔ | |
|
||||
|
||||
| [red]#*_Client Registration Storage Management_*# 4+|
|
||||
| JDBC | | ✔ | |
|
||||
|
||||
| [red]#*_Authorization Code Storage Management_*# 4+|
|
||||
| In-Memory | | ✔ | |
|
||||
| In-Memory | ✔ | ✔ | |
|
||||
| JDBC | | ✔ | |
|
||||
|
||||
| [red]#*_User Approval Storage Management_*# 4+|
|
||||
|
Loading…
x
Reference in New Issue
Block a user