Setting up SSO (SAML/OIDC)
Last updated: 2025-01-15
•1 min readSetting Up SSO
Enable single sign-on for your TaskForceAI organization.
Supported Providers
- Okta
- Azure Active Directory
- Google Workspace
- OneLogin
- Any SAML 2.0 or OIDC provider
SAML Setup
Step 1: Get TaskForceAI Details
From your admin console, note:
- ACS URL:
https://auth.taskforceai.chat/saml/acs - Entity ID:
https://taskforceai.chat
Step 2: Configure Your IdP
- Create a new SAML application
- Enter the ACS URL and Entity ID
- Configure attribute mappings:
email(required)firstName(optional)lastName(optional)
Step 3: Upload Metadata
- Download metadata XML from your IdP
- Go to Admin Console > SSO
- Upload the metadata file
- Click "Enable SSO"
OIDC Setup
- Create an OIDC application in your IdP
- Note the Client ID and Secret
- Enter these in Admin Console > SSO
- Configure redirect URI:
https://auth.taskforceai.chat/oidc/callback
Testing
Use "Test SSO" button before enforcing for all users.