From 55ed91b3c5afdea1c811f8e32463f3a8615f6bea Mon Sep 17 00:00:00 2001 From: tusharsh23 <37954726+tusharsh23@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:07:21 +0530 Subject: [PATCH] Update create-chat-auth-settings.md Changed incorrect Authentication Type: OAuth 2.0 implicit flow mentioned under "Create an authentication setting record for chat using OAuth 2.0" section --- ce/customer-service/administer/create-chat-auth-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ce/customer-service/administer/create-chat-auth-settings.md b/ce/customer-service/administer/create-chat-auth-settings.md index 7ed4aadf1d1..f9de42e9fb4 100644 --- a/ce/customer-service/administer/create-chat-auth-settings.md +++ b/ce/customer-service/administer/create-chat-auth-settings.md @@ -58,7 +58,7 @@ You can create a chat authentication setting record in the admin app. - **Name**: A name for the authentication setting. - **Channel Type**: **Live chat**. - - **Authentication Type**: OAuth 2.0 implicit flow + - **Authentication Type**: OAuth 2.0 code flow 1. Select **Next** and on the **Details** page, enter the following information: - **Token Custom Action**: The custom code reference to validate the tokens that are provided by your identity provider and return the user ID of the authenticated user. - **Token URL**: The URL used to exchange your authorization code for the token passed to your custom action to acquire the user ID.