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/develop/scenario-web-app-sign-user-app-registration.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,14 @@ If you navigate to this link, you can create bootstrap the creation of your web
45
45
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.
46
46
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations** > **New registration**.
47
47
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**.
51
51
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`.
0 commit comments