Skip to content

Commit 2fd2ed0

Browse files
authored
Merge pull request #145799 from msewaweru/offsite-links-work-batch-3
[msid] Corrected the links to remove the extra offsite link indicator
2 parents f7da7e6 + 3aa81da commit 2fd2ed0

15 files changed

+21
-21
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can configure an app's attributes through the Azure portal or programmatical
2828

2929
To configure the application manifest:
3030

31-
1. Go to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>. Search for and select the **Azure Active Directory** service.
31+
1. Go to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>. Search for and select the **Azure Active Directory** service.
3232
1. Select **App registrations**.
3333
1. Select the app you want to configure.
3434
1. From the app's **Overview** page, select the **Manifest** section. A web-based manifest editor opens, allowing you to edit the manifest within the portal. Optionally, you can select **Download** to edit the manifest locally, and then use **Upload** to reapply it to your application.

articles/active-directory/develop/registration-config-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ROBOTS: NOINDEX
2020

2121
You can find the authentication endpoints for your application in the [Azure portal](https://portal.azure.com).
2222

23-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
23+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
2424
1. Select **Azure Active Directory**.
2525
1. Under **Manage**, select **App registrations**, and then select **Endpoints** in the top menu.
2626

articles/active-directory/develop/registration-config-specific-application-property-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article gives you a brief description of all the available fields in the ap
2121

2222
## Register a new application
2323

24-
- To register a new application, navigate to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
24+
- To register a new application, navigate to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
2525

2626
- From the left navigation pane, click **Azure Active Directory.**
2727

articles/active-directory/develop/scenario-desktop-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The redirect URIs to use in a desktop application depend on the flow you want to
4646
- If your app uses only Integrated Windows Authentication or a username and a password, you don't need to register a redirect URI for your application. These flows do a round trip to the Microsoft identity platform v2.0 endpoint. Your application won't be called back on any specific URI.
4747
- To distinguish [device code flow](scenario-desktop-acquire-token.md#device-code-flow), [Integrated Windows Authentication](scenario-desktop-acquire-token.md#integrated-windows-authentication), and a [username and a password](scenario-desktop-acquire-token.md#username-and-password) from a confidential client application using a client credential flow used in [daemon applications](scenario-daemon-overview.md), none of which requires a redirect URI, configure it as a public client application. To achieve this configuration:
4848

49-
1. In the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>, select your app in **App registrations**, and then select **Authentication**.
49+
1. In the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>, select your app in **App registrations**, and then select **Authentication**.
5050
1. In **Advanced settings** > **Allow public client flows** > **Enable the following mobile and desktop flows:**, select **Yes**.
5151

5252
:::image type="content" source="media/scenarios/default-client-type.png" alt-text="Enable public client setting on Authentication pane in Azure portal":::

articles/active-directory/develop/scenario-mobile-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If your app uses only username-password authentication, you don't need to regist
8080

8181
However, identify your application as a public client application. To do so:
8282

83-
1. Still in the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>, select your app in **App registrations**, and then select **Authentication**.
83+
1. Still in the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>, select your app in **App registrations**, and then select **Authentication**.
8484
1. In **Advanced settings** > **Allow public client flows** > **Enable the following mobile and desktop flows:**, select **Yes**.
8585

8686
:::image type="content" source="media/scenarios/default-client-type.png" alt-text="Enable public client setting on Authentication pane in Azure portal":::

articles/active-directory/develop/scenario-spa-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To register a single-page application (SPA) in the Microsoft identity platform,
2323

2424
For both MSAL.js 1.0- and 2.0-based applications, start by completing the following steps to create the initial app registration.
2525

26-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
26+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
2727
1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
2828
1. Search for and select **Azure Active Directory**.
2929
1. Under **Manage**, select **App registrations** > **New registration**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can use these links to bootstrap the creation of your web application:
3939
> The portal to use is different depending on whether your application runs in the Microsoft Azure public cloud or in a national or sovereign cloud. For more information, see [National clouds](./authentication-national-cloud.md#app-registration-endpoints).
4040
4141

42-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
42+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
4343
1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
4444
1. Search for and select **Azure Active Directory**.
4545
1. Under **Manage**, select **App registrations** > **New registration**.

articles/active-directory/develop/tutorial-v2-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you do not already have an Android application, follow these steps to set up
7070

7171
### Register your application
7272

73-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
73+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
7474
1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
7575
1. Search for and select **Azure Active Directory**.
7676
1. Under **Manage**, select **App registrations** > **New registration**.

articles/active-directory/develop/tutorial-v2-asp-webapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ To register your application and add your application registration information t
357357
358358
To quickly register your application, follow these steps:
359359
360-
1. Go to the <a href="https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/AspNetWebAppQuickstartPage/sourceType/docs" target="_blank">Azure portal - App registrations<span class="docon docon-navigate-external x-hidden-focus"></span></a> quickstart experience.
360+
1. Go to the <a href="https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/AspNetWebAppQuickstartPage/sourceType/docs" target="_blank">Azure portal - App registrations</a> quickstart experience.
361361
1. Enter a name for your application and select **Register**.
362362
1. Follow the instructions to download and automatically configure your new application in a single click.
363363
@@ -371,7 +371,7 @@ To register your application and add the app's registration information to your
371371
1. Right-click the project in Visual Studio, select **Properties**, and then select the **Web** tab. In the **Servers** section, change the **Project Url** setting to the **SSL URL**.
372372
1. Copy the SSL URL. You'll add this URL to the list of Redirect URIs in the Registration portal's list of Redirect URIs in the next step.<br/><br/>![Project properties](media/active-directory-develop-guidedsetup-aspnetwebapp-configure/vsprojectproperties.png)<br />
373373
374-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
374+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
375375
1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
376376
1. Search for and select **Azure Active Directory**.
377377
1. Under **Manage**, select **App registrations** > **New registration**.

articles/active-directory/develop/tutorial-v2-aspnet-daemon-web-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you don't want to use the automation, use the steps in the following sections
9090

9191
### Choose the Azure AD tenant
9292

93-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
93+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
9494
1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
9595

9696

@@ -200,7 +200,7 @@ This project has web app and web API projects. To deploy them to Azure websites,
200200

201201
### Create and publish dotnet-web-daemon-v2 to an Azure website
202202

203-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
203+
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
204204
1. In the upper-left corner, select **Create a resource**.
205205
1. Select **Web** > **Web App**, and then give your website a name. For example, name it **dotnet-web-daemon-v2-contoso.azurewebsites.net**.
206206
1. Select the information for **Subscription**, **Resource group**, and **App service plan and location**. **OS** is **Windows**, and **Publish** is **Code**.
@@ -221,7 +221,7 @@ Visual Studio will publish the project and automatically open a browser to the p
221221

222222
### Update the Azure AD tenant application registration for dotnet-web-daemon-v2
223223

224-
1. Go back to the <a href="https://portal.azure.com/" target="_blank">Azure portal<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
224+
1. Go back to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
225225
1. In the left pane, select the **Azure Active Directory** service, and then select **App registrations**.
226226
1. Select the **dotnet-web-daemon-v2** application.
227227
1. On the **Authentication** page for your application, update the **Front-channel logout URL** fields with the address of your service. For example, use `https://dotnet-web-daemon-v2-contoso.azurewebsites.net/Account/EndSession`.

0 commit comments

Comments
 (0)