Skip to content

Commit d2de676

Browse files
authored
Merge pull request #3503 from MicrosoftDocs/portals-2043199
Portals - hybrid flow update - 2043199
2 parents 3a02b2e + 54f725b commit d2de676

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ This feature allows a customer to make client-side calls to external APIs and se
1616

1717
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).
1818

19-
> [!NOTE]
20-
> Power Apps portals supports following OpenIdConnect flows and response types:
21-
>
22-
> - **Implicit Flow** with response types *id_token* or *id_token token*.
23-
> - **Hybrid Flow** with response type *code id_token*.
24-
>
25-
> **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.
26-
2719
## Authorize endpoint details
2820

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

0 commit comments

Comments
 (0)