Enterprise platform for API + Security + Integration
Client → API Gateway → Microservices
↑
WSO2
(Auth + Token)
- User logs in to WSO2
- WSO2 gives JWT access token to client
- Client sends token to microservice
- Microservice validates token using Spring Security
- Access granted
1️⃣ API Management
- Create, publish, secure, and monitor APIs
- Control who can access APIs
- Track usage and performance
- WSO2 API Manager
2️⃣ Identity & Access Management (IAM)
- Single Sign-On (SSO)
- OAuth2 / OpenID Connect
- User authentication & authorization
- Role-based access control