Integrations

Integrating WorkOS Auth Kit

ArcTactic utilizes WorkOS AuthKit to secure user authentication, multi-tenant workspace credentials, and Single Sign-On (SSO).

Configuration Credentials

To align authentication parameters, you must provide your WorkOS Client ID and API secret key. Navigate to **Integrations > WorkOS** and input your environmental variables:

# Environmental keys inside your local setup
VITE_WORKOS_CLIENT_ID="client_01HGP..."
WORKOS_API_KEY="sk_test_..."

SSO and MFA Parameters

Through WorkOS, you can configure enterprise SAML SSO connections for large teams. We enforce Multi-Factor Authentication (MFA) via SMS or TOTP tokens for all administrator profiles by default.

Redirect Callback Routing

Set up the redirect callback URLs inside your WorkOS developer dashboard to enable authorization:

Next: Stripe Payments

Learn how to connect Stripe webhooks and sync client invoices.