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
  1. Add SSO Domain:
    • Go to Admin Panel โ†’ SSO Domains
    • Add domain (without https://)
    • Set description and activate
  2. 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