Skip to content

Commit b798064

Browse files
committed
Adding the missing steps for new app registration
1 parent d1f7acd commit b798064

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)