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: articles/active-directory-b2c/custom-policy-get-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Next, expose the API by adding a scope:
112
112
1. In **App registrations (Legacy)**, select **New application registration**.
113
113
1. For **Name**, enter `ProxyIdentityExperienceFramework`.
114
114
1. For **Application type**, choose **Native**.
115
-
1. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `your-tenant-name` is your Azure AD B2C tenant.
115
+
1. For **Redirect URI**, enter `myapp://auth`.
116
116
1. Select **Create**. After it's created, copy the application ID and save it to use later.
117
117
1. Select **Settings**, then select **Required permissions**, and then select **Add**.
118
118
1. Choose **Select an API**, search for and select **IdentityExperienceFramework**, and then click **Select**.
@@ -125,7 +125,7 @@ Next, expose the API by adding a scope:
125
125
1. For **Name**, enter `ProxyIdentityExperienceFramework`.
126
126
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
127
127
1. Under **Redirect URI**, use the drop-down to select **Public client/native (mobile & desktop)**.
128
-
1. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `your-tenant-name` is your Azure AD B2C tenant.
128
+
1. For **Redirect URI**, enter `myapp://auth`.
129
129
1. Under **Permissions**, select the *Grant admin consent to openid and offline_access permissions* check box.
130
130
1. Select **Register**.
131
131
1. Record the **Application (client) ID** for use in a later step.
0 commit comments