- The document describes how to secure a Spring Boot microservice with OAuth 2.0 using WSO2 Identity Server as the authorization server.
- It involves creating a simple microservice with a protected resource, then configuring WSO2 IS as an OAuth server to issue access tokens. This allows the microservice to validate tokens to secure the resource.
- It also covers configuring WSO2 IS to issue JWTs instead of normal tokens, and how to obtain and use a JWT to access the protected microservice resource.