Skip to content

Commit 153e89b

Browse files
committed
update
1 parent 2b391f7 commit 153e89b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 10/07/2019
9+
ms.date: 01/24/2020
1010
ms.author: tapanm
1111
ms.reviewer:
1212
---
@@ -17,6 +17,14 @@ This feature allows a customer to make client-side calls to external APIs and se
1717

1818
OAuth 2.0 implicit grant flow supports endpoints that a client can call to get an ID token. Two endpoints are used for this purpose: [authorize](#authorize-endpoint-details) and [token](#token-endpoint-details).
1919

20+
> [!NOTE]
21+
> Power Apps portals supports following OpenIdConnect flows and response types:
22+
>
23+
> - **Implicit Flow** with response types *id_token* or *id_token token*.
24+
> - **Hybrid Flow** with response type *code id_token*.
25+
>
26+
> **Authorization Code Flow** with response type *code* is **not supported**. For more information, read [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html#Authentication) documentation for authentication.
27+
2028
## Authorize endpoint details
2129

2230
The URL for authorize endpoint is: `<portal_url>/_services/auth/authorize`. The authorize endpoint supports the following parameters:

0 commit comments

Comments
 (0)