SaaS Platform
API Security
SaaS Company Securing API Licensing with Orvexium
Client Profile
A UK-based SaaS company providing a productivity tooling platform to approximately 2,400 enterprise users across twelve countries. The client operated a subscription model with three feature tiers but had no cryptographic enforcement at the API layer — access was managed through application-level flag checks that could be bypassed through direct API calls.
Security Challenge
The client identified systematic feature-tier circumvention — users on lower subscription tiers were accessing premium API endpoints through direct requests that bypassed front-end entitlement gates. Additionally, there was no mechanism to instantly revoke access for terminated accounts, creating a window between offboarding and access cessation.
Implementation Approach
Orvexium integrated the Lokindi License Validation Engine as an API gateway middleware layer. Cryptographically signed license keys were issued per user, carrying embedded entitlement metadata for their subscription tier. Every API request validated the key in real time before any application logic executed. Subscription state was checked on every call against Orvexium's validation infrastructure.
Technical Stack
- Lokindi License Validation Engine (Orvexium managed SaaS)
- HMAC-signed license keys with embedded tier metadata
- Laravel-based validation API with rate limiting and IP filtering
- TLS 1.3 enforced on all API communication channels
- Real-time revocation propagation across all active sessions
Measurable Outcomes
- Eliminated all identified feature-tier circumvention vectors
- Reduced access revocation latency from 24–48 hours to under 30 seconds
- Subscription enforcement moved from application logic to cryptographic infrastructure
- Audit log completeness increased from partial to 100% API call coverage