Skip to content

Commit 3627c0c

Browse files
authored
Merge pull request #79734 from rwike77/patch-9
Updating for new portal experience
2 parents b327e4a + 4b44076 commit 3627c0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-app-registration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ If you navigate to this link, you can create bootstrap the creation of your web
4545
1. If your account gives you access to more than one tenant, select your account in the top-right corner, and set your portal session to the desired Azure AD tenant.
4646
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations** > **New registration**.
4747
1. When the **Register an application** page appears, enter your application's registration information:
48-
- choose the supported account types for your application (See [Supported Account types](./v2-supported-account-types.md))
49-
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `AspNetCore-WebApp`.
50-
- In **Reply URL**, add the reply URL for your app, for instance `https://localhost:44321/`, and select **Register**.
48+
1. choose the supported account types for your application (See [Supported Account types](./v2-supported-account-types.md))
49+
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `AspNetCore-WebApp`.
50+
1. In **Redirect URI**, add the type of application and the URI destination that will accept returned token responses after successfully authenticating. For example, `https://localhost:44321/`. Select **Register**.
5151
1. Select the **Authentication** menu, and then add the following information:
52-
- In **Reply URL**, add `https://localhost:44321/signin-oidc`, and select **Register**.
53-
- In the **Advanced settings** section, set **sign out URL** to `https://localhost:44321/signout-oidc`.
54-
- Under **Implicit grant**, check **ID tokens**.
55-
- Select **Save**.
52+
1. In **Reply URL**, add `https://localhost:44321/signin-oidc`.
53+
1. In the **Advanced settings** section, set **Logout URL** to `https://localhost:44321/signout-oidc`.
54+
1. Under **Implicit grant**, check **ID tokens**.
55+
1. Select **Save**.
5656

5757
### Register an app using PowerShell
5858

0 commit comments

Comments
 (0)