Welcome
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:

  1. Click the "Login" button to authenticate with Keycloak
  2. After successful authentication, you'll receive a JWT token
  3. The JWT token will be used automatically for accessing protected resources