authorization-server
is a Keycloak Authorization Server wrapped as a Spring Boot application- There are two OAuth Client registered in the Authorization Server:
- Client Id: fooClient, barClient
- Client secret: fooClientSecret, barClientSecret
- Redirect Uri: http://localhost:8080/
- There are two users registered in the Authorization Server:
- [email protected] / 123
- [email protected] / pass
resource-server-jwt
is a Spring Boot Resource Server which exchanges JWT OAuth Tokens with the above authorization-server and dishes out /foos/**resource-server-opaque
is a Spring Boot Resource Server which exchanges Opaque OAuth Tokens with the above authorization-server and dishes out /bars/**- The module uses the new OAuth stack with Java 13
oauth-resource-server
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||