Seed Management Portal
Backend API Service
Secure multi-tenant organization management
🟢 Service Online

API Gateway Ready

The Seed Management Portal backend service is running and ready to serve authenticated requests for organization management, user administration, and secure multi-tenant operations.

🏢
Organization Management
Complete multi-tenant organization lifecycle management with secure isolation and role-based access control.
🔐
Enterprise Authentication
OIDC integration with secure cookie-based sessions, supporting Entra ID, Auth0, and other enterprise providers.
High Performance
Built on .NET 8.0 with Redis caching, telemetry, and production-ready monitoring capabilities.
🛡️
Security First
Comprehensive security with JWT validation, CORS protection, and audit logging for compliance.
🌐 Launch Management Portal 📖 API Documentation
Core API Endpoints
GET /health - Service health status
GET /me - Current user profile
GET /roles - User authorization roles
GET /api/v1/organizations - Organization list
GET /api/v1/agencies - Agency directory
GET /api/v1/onboardings - Onboarding queue
POST /logout - End user session
GET /login - Initiate authentication