Enterprise platform for API + Security + Integration

Client → API Gateway → Microservices
             ↑
          WSO2
      (Auth + Token)
  1. User logs in to WSO2
  2. WSO2 gives JWT access token to client
  3. Client sends token to microservice
  4. Microservice validates token using Spring Security
  5. Access granted

1️⃣ API Management

2️⃣ Identity & Access Management (IAM)