forked from Baeldung/spring-security-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JAVA-3482] Update module doc with JDK version info
- Loading branch information
Showing
4 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Spring Security OAuth Authorization Server | ||
|
||
### Relevant information: | ||
|
||
- The module uses the new OAuth stack with Java 11 | ||
|
||
### Relevant Articles: | ||
|
||
- [Spring Security OAuth Authorization Server](https://www.baeldung.com/spring-security-oauth-auth-server) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Relevant Articles: | ||
## JWS + JWK in a Spring Security OAuth2 Application | ||
|
||
### Relevant information: | ||
|
||
- This module uses the OAuth stack with Java 8 | ||
|
||
### Relevant Articles: | ||
|
||
- [JWS + JWK in a Spring Security OAuth2 Application](https://www.baeldung.com/spring-security-oauth2-jws-jwk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
2. [email protected] / pass | ||
4. `resource-server-jwt` is a Spring Boot Resource Server which exchanges JWT OAuth Tokens with the above authorization-server and dishes out /foos/** | ||
5. `resource-server-opaque` is a Spring Boot Resource Server which exchanges Opaque OAuth Tokens with the above authorization-server and dishes out /bars/** | ||
6. The module uses the new OAuth stack with Java 13 | ||
|
||
### Relevant Articles: | ||
|
||
|