Skip to content

Commit 9ea4efe

Browse files
authored
Merge pull request #250355 from davidmu1/updatesteps37
Updatesteps37
2 parents 2c771a9 + 7041c74 commit 9ea4efe

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

articles/active-directory/develop/howto-add-terms-of-service-privacy-statement.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,25 @@ Examples: `https://myapp.com/terms-of-service` and `https://myapp.com/privacy-st
4747

4848
When the terms of service and privacy statement are ready, you can add links to these documents in your app using one of these methods:
4949

50-
* [Through the Azure portal](#azure-portal)
50+
* [Through the Microsoft Entra admin center](#entra-admin-center)
5151
* [Using the app object JSON](#app-object-json)
5252
* [Using the Microsoft Graph API](#msgraph-rest-api)
5353

54-
### <a name="azure-portal"></a>Using the Azure portal
54+
### <a name="entra-admin-center"></a>Using the Microsoft Entra admin center
5555

5656
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
5757

58-
Follow these steps in the Azure portal.
58+
Follow these steps to add links:
5959

60-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a> and select the correct Azure AD tenant(not B2C).
61-
2. Navigate to the **App registrations** section and select your app.
62-
3. Under **Manage**, select **Branding & properties**.
63-
4. Fill out the **Terms of service URL** and **Privacy statement URL** fields.
64-
5. Select **Save**.
65-
66-
![App properties contains terms of service and privacy statement URLs](./media/howto-add-terms-of-service-privacy-statement/azure-portal-terms-service-privacy-statement-urls.png)
60+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
61+
1. Browse to **Identity** > **User experiences** > **Company branding**.
62+
1. Select **Getting started**, and then select **Edit** for the **Default sign-in experience**.
63+
1. Select **Footer** and fill out the URL for **Terms of Use** and **Privacy & Cookies**.
64+
1. Select **Review + save**.
6765

6866
### <a name="app-object-json"></a>Using the app object JSON
6967

70-
If you prefer to modify the app object JSON directly, you can use the manifest editor in the Azure portal or Application Registration Portal to include links to your app's terms of service and privacy statement.
68+
If you prefer to modify the app object JSON directly, you can use the manifest editor to include links to your app's terms of service and privacy statement.
7169

7270
1. Navigate to the **App Registrations** section and select your app.
7371
2. Open the **Manifest** pane.

0 commit comments

Comments
 (0)