OAuth2 Resource Server Demo
This is a demo of a Spring Boot application configured as an OAuth2 Resource Server with Keycloak as the authorization server.
To access protected resources:
- Click the "Login" button to authenticate with Keycloak
- After successful authentication, you'll receive a JWT token
- The JWT token will be used automatically for accessing protected resources