You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/oauth-implicit-grant-flow.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom:
9
-
ms.date: 10/07/2019
9
+
ms.date: 01/24/2020
10
10
ms.author: tapanm
11
11
ms.reviewer:
12
12
---
@@ -17,6 +17,14 @@ This feature allows a customer to make client-side calls to external APIs and se
17
17
18
18
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).
19
19
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
+
20
28
## Authorize endpoint details
21
29
22
30
The URL for authorize endpoint is: `<portal_url>/_services/auth/authorize`. The authorize endpoint supports the following parameters:
0 commit comments