Enterprise users can OmniAI via SAML single sign-on (SSO)
Single sign-on URL
, Audience URI
, and NameID-Format
. If you are hosting Omni on a domain, the SSO url will be the api.domain.com/api/callback/saml
. The audience URI will be domain.com
. And Name ID format must be EmailAddress
.
firstName
, lastName
, and email
. If presented with a checkbox on the final page, select "I'm an Okta Customer adding an internal app"
.
Metadata URL
. This is what OmniAI uses to establish an SSO connection. Copy that url for the final step.
/create-saml-connection
api endpoint. The tenant
will be the top level domain that users are expected to sign in with. Example, if I will authenticate with tyler@getomni.ai
the tenant must be getomni.ai
.
200
with additional meta data about your SAML connection. You can then sign in using your Okta console, or via OmniAI login page.
POST /create-saml-connection
GET /get-saml-connections
DELETE /delete-saml-connection
tenant
and product
.