Okta OIDC setup
Follow these steps to configure Detail to use Okta OIDC authentication.Start setup in Detail and Okta
In the Detail UI, click Setup SSO under Settings → Organization.Then, visit the Okta admin console and click Create App Integration.
Choose sign-in method and application type
Choose OIDC as the sign-in method and Web Application as the application type.Name the app
Detail.Configure redirect URIs
Enter the sign-in redirect URI value provided from the Detail app.Remove the default sign-out redirect URI if one is set.
Configure controlled access
Under Controlled access, select Allow everyone in your organization to access and Enable immediate access with Federation Broker Mode, then save.
Collect the values Detail needs
Once complete, locate three values in the newly created application:
- The client ID and client secret are found under the General tab of the application.
- The issuer (Okta instance URL) is located in the top right hand corner dropdown, under your email address.
Okta SAML setup
Follow these steps to configure SAML authentication with Detail.Configure SAML settings
On the Configure SAML screen, add the single sign-on URL and audience URI. (These will be the same value, provided by Detail.)Update the Name ID format to
EmailAddress and the Application username to Email.Submit and open the Sign On tab
Click Submit on the Feedback screen and go straight to the Sign On tab for the new application.
Add attribute statements
On the Sign On tab, set up attribute statements.Click Show legacy configuration and add three statements (all basic format):
| Name | Value |
|---|---|
firstName | user.firstName |
lastName | user.lastName |
id | user.id |
The Setup SSO screen in Detail accepts standard OIDC and SAML configuration values from any compliant identity provider.

