From 6b9422009aed9a814f277f2e4fb6deeb138d2817 Mon Sep 17 00:00:00 2001 From: kanoriak <84455490+kanoriak@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:27:04 +0530 Subject: [PATCH] Update authentication.mdx --- content/documents/authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documents/authentication.mdx b/content/documents/authentication.mdx index 266c2a7a..c9e402bf 100644 --- a/content/documents/authentication.mdx +++ b/content/documents/authentication.mdx @@ -146,7 +146,7 @@ A successful authentication request with this workflow requires the following in - Username - Password - ClientSecret (set on api client) -- Grant Type (set to `password`) +- Grant Type (set to `client_credentials`) ```http POST https://sandboxapi.ordercloud.io/oauth/token HTTP/1.1