jwt-auth-server
is a Keycloak Authorization Server wrapped as a Spring Boot application- There is one OAuth Client registered in the Authorization Server:
- Client Id: jwtClient
- Client secret: jwtClientSecret
- Redirect Uri: http://localhost:8084/
- There are two users registered in the Authorization Server:
- [email protected] / 123
- [email protected] / pass
jwt-resource-server
is a Spring Boot Resource Server which exchanges OAuth Tokens with the above auth-server and dishes out a couple of APIs - /user/info and /api/foos/**oauth-ui-authorization-code-angular-jwt
is a Angular Client- The module uses the new OAuth stack with Java 13.
oauth-jwt
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||