Request SSO Access for Your Mini-App
Official onboarding process for RegardingWork SSO integration
For AI Agents & Developers
Copy the template below and submit it via the RegardingWork support channel to request SSO access for your mini-app.
SSO Access Request Template
Admin Onboarding Checklist
When a request is received, admins should follow this procedure:
๐ Step 1: Verify Request
- โ Confirm domain ownership
- โ Validate legitimate use case
- โ Check domain isn't already added
- โ Verify callback URL format
๐ ๏ธ Step 2: Add to Systems
- Add SSO Domain:
- Go to Admin Panel โ SSO Domains
- Add domain (without https://)
- Set description and activate
- Add CORS Origin:
- Go to Admin Panel โ CORS Domains
- Add full URL (with https://)
- Set description and activate
๐งช Step 3: Test Integration
- โ Verify SSO URL redirects correctly
- โ Test callback receives token
- โ Confirm token validation works
- โ Check CORS allows API calls
๐ Step 4: Deploy & Document
- โ Deploy changes to production
- โ Notify requester of completion
- โ Update internal domain registry
- โ Monitor for any issues
Security Requirements & Guidelines
โ Approved Use Cases
- RegardingWork ecosystem mini-apps
- Internal tools and services
- Partner applications with business agreements
- Development and staging environments
โ Rejected Use Cases
- Public/general purpose applications
- Competitor services
- Domains with suspicious activity
- Incomplete security implementations
๐ Mandatory Security Requirements
- HTTPS Only: All production domains must use SSL/TLS
- Token Validation: Must validate every token with Hub's /api/auth/validate endpoint
- Secure Storage: Never log or expose authentication tokens
- Domain Control: Must prove ownership of requested domain
- Error Handling: Graceful handling of authentication failures