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/howto-add-terms-of-service-privacy-statement.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
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: develop
10
10
ms.topic: how-to
11
11
ms.workload: identity
12
-
ms.date: 09/27/2021
12
+
ms.date: 03/07/2023
13
13
ms.author: ryanwi
14
14
ms.reviewer: sureshja
15
15
ms.custom: aaddev
@@ -56,7 +56,7 @@ Follow these steps in the Azure portal.
56
56
57
57
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a> and select the correct Azure AD tenant(not B2C).
58
58
2. Navigate to the **App registrations** section and select your app.
59
-
3. Under **Manage**, select **Branding**.
59
+
3. Under **Manage**, select **Branding & properties**.
60
60
4. Fill out the **Terms of service URL** and **Privacy statement URL** fields.
61
61
5. Select **Save**.
62
62
@@ -66,10 +66,10 @@ Follow these steps in the Azure portal.
66
66
67
67
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
68
69
-
1.Navigating to the **App Registrations** section and select your app.
69
+
1.Navigate to the **App Registrations** section and select your app.
70
70
2. Open the **Manifest** pane.
71
71
3. Ctrl+F, Search for "informationalUrls". Fill in the information.
72
-
4. Save your changes.
72
+
4. Save your changes by downloading the app manifest, modifying it, and uploading it.
73
73
74
74
```json
75
75
"informationalUrls": {
@@ -80,12 +80,12 @@ If you prefer to modify the app object JSON directly, you can use the manifest e
80
80
81
81
### <aname="msgraph-rest-api"></a>Using the Microsoft Graph API
82
82
83
-
To programmatically update all your apps, you can use the Microsoft Graph API to update all your apps to include links to the terms of service and privacy statement documents.
83
+
To programmatically [update your app](/graph/api/application-update?view=graph-rest-1.0&tabs=http), you can use the Microsoft Graph API to update all your apps to include links to the terms of service and privacy statement documents.
0 commit comments