SSO
SAML
Currently we do not offer a self-service SSO integration. Please contact us at Support to get started.
To integrate eqtble with your SSO provider, you need to create a custom SSO application in your SSO provider’s admin console.
Information you need from eqtble
Replace {organizationSlug}
with your organization’s slug without any dashes. You can find your organization’s slug in the URL when you are logged in to eqtble.
(https://app.eqtble.com/{organizationSlug}/
). So if your organization’s URL is https://app.eqtble.com/my-organization/
, your organization’s slug is myorganization
.
- Single sign on URL:
https://auth.eqtble.com/login/callback?connection={organizationSlug}
- Entity ID or Audience URI:
urn:auth0:eqtble-prod:{organizationSlug}
- Sign Out URL (optional):
https://auth.eqtble.com/logout
Information we need from you
Once you have created the custom SSO application in your SSO provider’s admin console, you need to send us the following information:
- Sign In URL / SSO URL: The Identity Provider Single Sign-On URL (SSO URL) is the URL where the SAML request is sent. This URL is unique to your organization.
- X509 Signing Certificate: The X509 Signing Certificate is a public certificate used to verify the signature of the SAML response sent by the SSO provider.
- Sign Out URL (optional): If you’ve configured a sign-out URL, we will redirect users to this URL after they sign out of eqtble.
- Sign Request: We need to know if your SSO provider requires a signed SAML request. If so, we need to know the certificate used to sign the request.