This section explains how to configure SSO using Azure for use enterprise-wide Azure credentials to sign into (CCAI Platform) and the agent adapter. Azure SSO uses the Security Assertion Markup Language (SAML) authentication protocol.
Before you begin
To configure SSO using Azure, be sure you have the following:
An Azure account
CCAI Platform administrator credentials
Configure Azure for SSO
To configure Azure, follow these steps:
Sign in to your existing Azure account.
Navigate to the Azure Portal and click Enterprise applications:
From the Enterprise applications page, click New application:
In the search box type saml.
Click Azure AD SAML Toolkit.
If preferred, change the application Name, then click Create.
Click Set up single sign on.
Click the SAML option.
Beside Basic SAML Configuration, click Edit.
For Identifier (Entity ID), enter https://<environmentname>.domain.co/saml/v1/metadata
For Reply URL (Assertion Consumer Service URL), enter https://<environmentname>.domain.co/saml/v1/consume
For Sign on URL, enter https://<environmentname>.domain.co/
Click Save at the top of the screen.
Beside User Attributes & Claims, click Edit.
Click Unique User Identifier (Name ID).
Change Source attribute to user mail, then click Save.
Verify that the Unique User Identifier has been changed to user mail.
Copy and save the Login URL and Azure AD Identifier to use later in the CCAI Platform Portal.
Click the download link for Certificate (Base64).
Open the file in a text editor for later use.
Configure your CCAI Platform instance for SSO
To configure SSO for your CCAI Platform instance, follow these steps:
In the Google Cloud console, go to the project selector dashboard and select the project that contains your instance.
In the navigation menu, click CCAI Platform.
The CCAI Platform instances page displays.
In the Name column, click the instance that you want to configure SSO for.
On the CCAI Platform instance Detail page, click
Edit.For the login method, select SAML.
In the Single sign-on URL field, enter the Login URL value that you saved in Configure Azure.
In the Entity ID field, enter the Azure AD Identifier value that you saved in Configure Azure.
In the Email field mapping field, enter a text string such as
Email name
orName ID
. This is used as a label for the email name field on the SSO sign-in page.In the Certificate field, enter the Base64 certificate that you downloaded in Configure Azure. Be sure to include
-----BEGIN CERTIFICATE-----
and-----END CERTIFICATE-----
from the certificate.Click save.
Verify SSO authentication
To verify SSO authentication, follow these steps:
Go to the agent adapter in your customer relationship management (CRM) application.
Click Login with company SSO. A sign-in page displays.
Sign in with your Azure credentials.