RegardingWork SSO Integration Guide
How to request access and integrate the RegardingWork Simple SSO authentication server into your application
RegardingWork provides a simple, lightweight SSO (Single Sign-On) solution that is not based on OAuth. It allows your users to log in with their RegardingWork account and gives your application secure access to their profile and workspace data.
Access is permission-based and only granted to approved applications/domains.
Step 1 – Request Access
- Visit the official request form:
https://hub.regardingwork.com/docs/request-sso - Fill out all required information:
- Application name & description
- Website URL(s) / domain(s)
- Redirect/callback URI(s)
- Expected use case (e.g., mini-app, internal tool, customer portal, etc.)
- Contact email and any additional notes
- If you plan to appear inside the RegardingWork mini-app directory, also review the mini-app guidelines:
https://hub.regardingwork.com/docs/mini-app
Typical approval time: 1–3 business days.
Step 2 – Integrate (After Approval)
Once your request is approved and your domain is whitelisted, you will receive a confirmation email containing your Client ID and any additional secrets (if required).
Recommended Developer Prompt
“We have been officially approved for the RegardingWork SSO authentication server. This is not OAuth — it is RegardingWork’s Simple SSO system. Please implement user authentication using the RegardingWork Simple SSO flow so our users can log in with their RegardingWork account.”
Full integration guide and API reference:
https://hub.regardingwork.com/docs/complete-integration-guide
Key integration points you’ll need:
- Login button →
https://auth.regardingwork.com/login?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_CALLBACK - Callback handling and session validation
- Optional: token refresh endpoint
- User profile & workspace data endpoints
Step 3 – Test & Go Live (Coordinate with RegardingWork)
The first integration almost always requires a quick back-and-forth to verify:
- Your redirect URI is correct and reachable
- CORS headers are properly set
- The auth server is receiving and logging your requests
Best way to test smoothly:
- Let the RegardingWork team know you’re ready for testing (reply to the approval email or use their support channel).
- Perform a few login attempts while they monitor the auth server logs in real time.
- Fix any issues immediately with their feedback — usually takes < 30 minutes.
- Once confirmed working, you’re good to launch!
Need Help?
Official documentation hub: hub.regardingwork.com/docs
Support: support@regardingwork.com
Comments
Approved comments appear below. Log in once with GFAVIP — it applies across the whole site. GFAVIP login
View comments archive