Skip to content

Commit d4d6102

Browse files
authored
Merge branch 'master' into JAVA-6775-update-oauth-authorization-article
2 parents 65dc1fe + d6dfada commit d4d6102

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

oauth-jws-jwk-legacy/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
## Relevant Articles:
1+
## JWS + JWK in a Spring Security OAuth2 Application
2+
3+
### Relevant information:
4+
5+
- This module uses the OAuth stack with Java 8
6+
7+
### Relevant Articles:
28

39
- [JWS + JWK in a Spring Security OAuth2 Application](https://www.baeldung.com/spring-security-oauth2-jws-jwk)

oauth-legacy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
8. `oauth-ui-implicit-angularjs-legacy` - Implicit Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
1515
9. `oauth-ui-password-angularjs-legacy` - Password Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
1616
10. `oauth-zuul-gateway` - Zuul Gateway, hitting oauth-resource-server-legacy-1
17+
11. The module uses the legacy OAuth stack with Java 8
1718

1819

1920
## Relevant Articles:

oauth-resource-server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
2. mike@other.com / pass
1313
4. `resource-server-jwt` is a Spring Boot Resource Server which exchanges JWT OAuth Tokens with the above authorization-server and dishes out /foos/**
1414
5. `resource-server-opaque` is a Spring Boot Resource Server which exchanges Opaque OAuth Tokens with the above authorization-server and dishes out /bars/**
15+
6. The module uses the new OAuth stack with Java 13
1516

1617
### Relevant Articles:
1718

0 commit comments

Comments
 (0)