Crexendo OAuth Gateway
This gateway enables multi-environment Crexendo OAuth with a single whitelisted redirect URI.
Architecture:
- Frontend calls Backend /oauth/authorize
- Backend generates state with encoded backend URL
- User authenticates at Crexendo
- Crexendo redirects to this Gateway
- Gateway decodes state and forwards to correct Backend
- Backend completes OAuth flow
Important: Frontends should NOT call this gateway's /oauth/authorize.
Instead, call your backend's /oauth/authorize endpoint.
Test Gateway (Demo Mode)
Gateway Configuration:
Whitelisted Redirect URI: https://crexendo-i9o2lspv.compliancegenii.com/oauth/callback
Client ID: automat8ly
Handles Callbacks For: All environments (local, dev, staging, prod)