First-time setup

Configure issuer, Google OAuth client, a starter app redirect, and your first admin. DB/Redis still required.

Back to portalAdmin login

Checklist

  • Have your Google client ID/secret + redirect ready.
  • Pick a strong session secret (auto-generated if empty).
  • Set a starter app redirect for testing.
  • Create your first admin (email + password).
  • DB/Redis: set connection info; still restart with env pointing to your DB.

Field tips

  • Issuer: your public base URL (e.g., https://sso.tryc2.com).
  • Google Redirect URI: must match Google console; use https://sso.tryc2.com/oauth2/callback/google.
  • Starter app: redirect must match exactly.
  • Session/Admin secrets: leave blank to auto-generate; set env in prod if you prefer.
  • DB/Redis: for reference; actual connections use env. Update env + restart to switch DB.

Configuration