Skip to content

Commit 786d84f

Browse files
authored
Merge pull request #109819 from yoelhor/patch-25
Update ropc-custom.md
2 parents 9b632ce + b798064 commit 786d84f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/active-directory-b2c/ropc-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 02/27/2020
12+
ms.date: 04/01/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---

includes/active-directory-b2c-appreg-ropc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ To register an application in your Azure AD B2C tenant, you can use the current
3232
1. Under **Manage**, select **Authentication**.
3333
1. Select **Try out the new experience** (if shown).
3434
1. Under **Default client type**, select **Yes** to treat the application as a public client. This setting is required for the ROPC flow.
35+
1. Select **Save**.
36+
1. In the left menu, select **Manifest** to open the manifest editor.
37+
1. Set the **oauth2AllowImplicitFlow** attribute to *true*:
38+
```json
39+
"oauth2AllowImplicitFlow": true,
40+
```
3541
1. Select **Save**.

0 commit comments

Comments
 (0)