Choose your integration type and follow the appropriate process
Hub Family Applications - Trusted services that are part of the RegardingWork ecosystem network and need seamless user authentication.
External Applications - Non-internal apps or external clients who want to connect to Hub API with proper authorization flows.
Question | Mini-App (SSO) | Third-Party (OAuth) |
---|---|---|
Is this part of RegardingWork network? | Yes (trusted ecosystem) | No (external client) |
Domain relationship | RegardingWork or trusted partner | External/independent domain |
Integration complexity | Simple | Standard OAuth |
User experience | Seamless | Authorization prompt |
Security model | Trust-based | OAuth 2.0 standard |
Common Cause: Domain not in SSO allowed list
Error: "Invalid redirect_uri domain"
Fix: Add domain via admin panel
Common Cause: Token validation issues
Error: "Invalid token"
Fix: Check token format and validation endpoint
Common Cause: Configuration issues
Error: Database or environment problems
Fix: Check server logs and configuration
New to integrations? Start with the SSO vs OAuth explanation to understand the fundamental differences, then choose your participant type above.