Test in a staging Okta app before enforcing SSO on production users. Keep at least one break-glass owner account with a non-SSO recovery path.
Prerequisites
- Okta admin access
- Retrac workspace owner role
- Enterprise plan with SAML enabled
Set up Okta SAML
Open Retrac Security settings
In Retrac, go to Settings → Security and click to configure SAML Single Sign-On. Select Okta as your identity provider.
Create a SAML app in Okta
In the Okta Admin Console, go to Applications → Create App Integration.Choose SAML 2.0, name the app Retrac, and continue.
Enter Retrac SP details
From the Retrac SAML setup modal, copy the ACS URL and Entity ID. Enter them in Okta:
- Single sign-on URL — Retrac ACS URL
- Audience URI (SP Entity ID) — Retrac Entity ID
- Name ID format — EmailAddress
- Application username — Email
Copy the metadata URL
Step 4: Copy the metadata URL
After saving the Okta SAML app, Okta provides an Identity Provider metadata URL.- In Okta, open the Sign On tab for the Retrac app.
- Under SAML 2.0, copy the Metadata URL (or download metadata XML).
- In Retrac Settings → Security, paste the metadata URL into the SAML configuration form.
- Save the configuration in Retrac.
Configure attribute statements
Ensure Okta sends an email attribute Retrac can use to identify the user:
Add optional
| Okta attribute | Retrac expects |
|---|---|
user.email | Email address |
firstName and lastName attributes if your Retrac setup maps display names.