From efd7d39d8071aa0b37b40acedd982e16417304dc Mon Sep 17 00:00:00 2001 From: Brad Date: Fri, 5 Dec 2025 11:27:27 +1100 Subject: [PATCH] Update value specification for OAuth implicit grant flow Updated the instructions for specifying the value in the OAuth implicit grant flow to reference the Website authentication key instead of the custom certificate thumbprint. This was incorrectly specifying the thumbprint of the custom cert, which does not work --- power-pages-docs/security/oauth-implicit-grant-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power-pages-docs/security/oauth-implicit-grant-flow.md b/power-pages-docs/security/oauth-implicit-grant-flow.md index 7c226fd9b..62ad4681e 100644 --- a/power-pages-docs/security/oauth-implicit-grant-flow.md +++ b/power-pages-docs/security/oauth-implicit-grant-flow.md @@ -30,7 +30,7 @@ Use the [Power Platform admin center](/power-apps/maker/portals/admin/manage-cus 1. Specify values: - **Name:** CustomCertificates/ImplicitGrantflow - **Website:** The associated website - - **Value:** Copy the thumbprint of the uploaded custom certificate from the Manage custom certificate screen and paste it here. The value will indicate which certificate will be used for implicit grant flow. + - **Value:** Copy the thumbprint of the Website authentication key from the security section on the power platform admin screen and paste it here. The value will indicate which certificate will be used for implicit grant flow. 1. Select **Save & Close**. ## Token endpoint details