Skip to content

Enterprise Connections Setup

Enterprise connections let organizations federate authentication through their existing identity providers using SAML 2.0 or LDAP. This guide covers the setup process in the AuthAction dashboard.

To enable enterprise login:

  1. Configure your identity provider (IdP) to trust AuthAction as a service provider (for SAML), or prepare LDAP connectivity (for Active Directory / LDAP).
  2. Add the provider in AuthAction under Connections > Enterprise Connections.
  3. Enable the connection for your applications.

For each SAML provider:

  1. Create a SAML application in your IdP’s admin console.
  2. Set the ACS (Assertion Consumer Service) URL to:
    https://<tenant-name>.<region>.authaction.com/oauth2/saml/callback
  3. Copy the IdP SSO URL and Entity ID from your IdP.
  4. Configure in AuthAction: Go to Connections > Enterprise Connections, select the provider, and enter the details.
  5. Optionally upload the IdP certificate for signature verification.
  6. Enable for your app: In your application settings, enable the enterprise connection.
  7. Test by visiting your app’s login page and using the enterprise login button.

See the Enterprise Connections section for provider-specific guides:

For SAML-based connections, AuthAction acts as the Service Provider. Use the following values when configuring your IdP:

FieldValue
ACS URLhttps://<tenant-name>.<region>.authaction.com/oauth2/saml/callback
SP Entity IDYour tenant URL (e.g. https://<tenant-name>.<region>.authaction.com)
Name ID Formaturn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress