Single Sign On (SSO)

This is an Enterprise feature, contact sales@botdoc.io for more details.

Single Sign-On (SSO) enables businesses and employees to access multiple applications without managing separate usernames and passwords, streamlining user access management. Auth0 facilitates SSO for Botdoc.

In this tutorial, we will cover How to Set up the SSO Connection for Your Organization. If you need more information about how to get the configuration data from your identity provider, check out the following articles:

 

There are two ways to configure SSO when it has been enabled for your Organization.

First, select the “My Organization” tab on your left-hand menu. Once there you can scroll to the “SSO Configuration” box and choose your desired method.

There is a SAML configuration and an OpenID configuration.

 

OpenID:

image-20240617-221844.png

SAML:

image-20240617-221922.png

When your configuration is set as desired, be sure to check the box “Activate Configuration” and then click “Save SSO Configuration”.

Then, once you save the SSO Configuration, you must click “Create Connection“ to complete the SSO Configuration.

After creating the connection, you will be able to see the SSO Connection Details and Update or Delete the connection.

 

To configure the Service Provider Details in your Identity Provider, copy the values from the following fields:

  • ACS URL (“Assertion Consumer Service” URL)

  • Entity ID (also known as “Audience URI”)

  • Start URL

 

⚠️ REMEMBER: It is necessary to click “Save SSO Configuration“ before clicking “Create Connection” or “Update Connection” to update the connection settings values.

When your configuration is set as desired, check the box “Activate Configuration” and click “Save SSO Configuration”.

Attribute Mapping

Whenever possible, we use attribute mapping to directly integrate the fields with the required information.

  • Email: Map email attribute to email

  • Last Name: Map familyName attribute to family_name

  • First Name: Map givenName attribute to given_name

  • First Name: Map givenName attribute to name

  • Employee ID: Map employeeId attribute to nickname

FULL VIEW CLICK HERE