Skip to content

Commit 38a4dec

Browse files
authored
Tweaks
1 parent 19da902 commit 38a4dec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

powerapps-docs/maker/portals/oauth-implicit-grant-flow.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Use OAuth 2.0 implicit grant flow within your portal
33
description: Learn how to make client-side calls to external APIs and secure them by using OAuth implicit grant flow in your portal.
44
author: gitanjalisingh33msft
5-
65
ms.topic: conceptual
76
ms.custom:
8-
ms.date: 09/16/2022
7+
ms.date: 09/21/2022
98
ms.subservice: portals
109
ms.author: gisingh
1110
ms.reviewer: ndoelman
@@ -25,7 +24,7 @@ OAuth 2.0 implicit grant flow supports [token](#token-endpoint-details) endpoint
2524

2625
## Custom certificates
2726

28-
Using the default certificate for OAuth 2.0 implicit grant flow is [deprecated](important-changes-deprecations.md#oauth-20-implicit-grant-flow-within-your-portal). You will need to use a custom certificates while using the OAuth 2.0 end point. Use the [Power Platform admin center](/admin/manage-custom-certificates) to upload the custom certificate. After uploading the custom certificate, you need to update site settings as below:
27+
Using the default certificate for OAuth 2.0 implicit grant flow is [deprecated](important-changes-deprecations.md#oauth-20-implicit-grant-flow-within-your-portal). You will need to use a custom certificate while using the OAuth 2.0 end point. Use the [Power Platform admin center](/admin/manage-custom-certificates) to upload the custom certificate. After uploading the custom certificate, you need to update site settings as below:
2928

3029
1. Go to [portal settings](manage-existing-portals.md#settings) and select **Site Settings**.
3130

@@ -161,4 +160,4 @@ This sample is an ASP.NET based project and is used to validate the ID token iss
161160
This sample shows how you can use the getAuthenticationToken function to fetch an ID token using the Token endpoint in Power Apps portals. The sample can be found here: [Token Endpoint sample](https://github.com/microsoft/PowerApps-Samples/blob/master/portals/TokenEndpoint.js).
162161

163162

164-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
163+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)