Skip to content

Commit a8bdf6a

Browse files
committed
Update README
1 parent ea92409 commit a8bdf6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This demo app consists of following three components:
55
* [Authorization](authorization) ... OAuth2 Authorization Server which implements some OIDC features that Spring Security requires. Using [legacy Spring Security OAuth2](https://docs.spring.io/spring-security-oauth2-boot/docs/2.3.x-SNAPSHOT/reference/html5/).
66
* [Todo API](todo-api) ... OAuth2 Resource Server. Provides REST API. Using [Spring Security 5's OAuth2 Resource Server functionality](https://docs.spring.io/spring-security/site/docs/5.3.2.RELEASE/reference/html5/#oauth2resourceserver).
77
* [Todo Frontend](todo-frontend) ... Web UI (React) backed by [Spring Security 5's OAuth2 Login functionality](https://docs.spring.io/spring-security/site/docs/5.3.2.RELEASE/reference/html5/#oauth2login) + [Spring Cloud Gateway's Token Relay](https://cloud.spring.io/spring-cloud-security/reference/html/#_client_token_relay_in_spring_cloud_gateway).
8+
9+
> ⚠️ Spring Security OAuth [will reach end-of-life in May 2022](https://spring.io/blog/2020/05/07/end-of-life-for-spring-security-oauth).
10+
811
## Authorization Code Flow
912

10-
TBD
13+
![image](https://user-images.githubusercontent.com/106908/82171480-69aab180-9902-11ea-88c8-1786b5f6f79d.png)
1114

1215
## Resource Owner Password Credentials Flow
1316

0 commit comments

Comments
 (0)