The federated login allows your end users to access the Help Center using a single authentication ticket/token from identity providers (IdP) such as Google, Facebook, LinkedIn, or Zoho. You can enable it to simplify the experience for users who do not wish to create and maintain distinct accounts for tracking their support tickets.
You can set up federation with the following identity providers:
- Zoho
- Google
- LinkedIn
- Facebook
- Microsoft Azure
Important:
- Setting up federation requires you to provide the Client ID and Client Secret of the respective identity providers in Zoho Desk.
- New signup moderation will not be available for federated users.
- Federated users can access your help center without needing to receive an invite.
Federation with Zoho
By setting up federation with Zoho, you can allow end users to sign in to your Help Center with their own Zoho accounts without having to create a separate account.
To set up federation with Zoho:
- Click the Setup icon ( ) in the top bar.
- Under Channels, click Help Center.
- Click Federated Login from the left panel.
- On the Federated Login page, select Zoho.
You will land on the Add Provider page. - Check the box to agree to the Terms and click Enable.
The option to sign in using Zoho will now be available on your help center login page.
Note:
- Enabling federation with Zoho creates an OAuth client. You can view this client by accessing the Zoho Developer Console URL displayed on the Federated Login page.
Federation with other IdPs
By setting up federation with third-party identity providers, you can allow end users to sign in to your Help Center with those credentials without having to create a separate account.
To set up federation with third-party IdPs:
- Click the Setup icon ( ) in the top bar.
- Under Channels, click Help Center.
- Click Federated Login from the left panel.
- On the Federated Login page, do the following:
- Select the third-party IdP for the Federation SSO operation.
You can choose to add LinkedIn, Google, or Facebook. - Paste the Client ID copied from the identity provider.
- Paste the Client Secret copied from the identity provider.
- Check the box to agree to the Terms and click Enable.
The conditions are only displayed when the customer self sign-up permission is enabled for your help center.
The option to sign in using the provider will now be available on your help center login page.
Getting Client ID and Secret
When you set up federation with third-party IdPs, you must get their client ID and secret to be provided in Zoho Desk. The steps to create or generate these will vary by provider. Let's look at the steps involved for each of the providers supported in your Zoho Desk.
Google
- Sign in to the Google API Console with your Google account.
- On the Dashboard (APIs & Services), click Create Project and then click Create.
- On the New Project page, enter a Project name and select a Location.
- Click Create.
Now look for the Getting Started card. It will likely be at the bottom left.
- Click Explore and enable APIs.
- Under APIs & Services, click OAuth consent screen.
- For the User Type, select Internal or External as per your preference and then Create.
- On the OAuth consent screen page, do the following:
- For Application name, enter a name of your choice.
- For Application logo, upload your preferred logo.
- For Authorized domains, enter its corresponding value from the Federated Login page in Zoho Desk.
- Click Save.
- Now, click the Credentials tab on the left pane.
- In the Create credentials menu, choose OAuth client ID.
- On the Create OAuth client ID page, do the following:
- Under Application type, choose Web application.
- For Name, enter a name of your choice.
- Under Authorized redirect URls, enter the value of Redirect URl from the Federated Login page in Zoho Desk.
- Click Create.
- Copy the client ID and client secret, which you'll use when you add the identity provider in Zoho Desk.
Make sure that you don't include any trailing spaces in the client ID and secret.
LinkedIn
- Log into LinkedIn using your credentials for the LinkedIn developer portal.
- Go to MyApps section.
- Click on Create App.
- Enter all the necessary details related to your app and then click Create app.
You will land on the app's Settings tab.
- Click the Auth tab from the top of the page.
- You will find the Client ID and Client Secret under Application credentials.
Save these values to be provided in Zoho Desk.
- Under OAuth settings, click +Add redirect URL and enter the Redirect URl copied from the Federated Login page in Zoho Desk.
- You're now good to go.
Facebook