Skip to content

Commit a8fe17a

Browse files
authored
Merge pull request #3159 from MicrosoftDocs/portals-1939242
Portals tracking updates - 1939242
2 parents 2973f11 + b29904b commit a8fe17a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

powerapps-docs/maker/portals/configure/azure-ad-b2c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 01/03/2020
8+
ms.date: 07/21/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -107,7 +107,7 @@ You can create or configure the following site settings in portals to support [!
107107
| Authentication/Registration/ExternalLoginEnabled | Enables or disables external authentication. |
108108
| Authentication/Registration/AzureADLoginEnabled | Enables or disables [!include[Azure](../../../includes/pn-azure-shortest.md)] AD as an external identity provider. By default, it is set to true. |
109109
| Authentication/OpenIdConnect/[Federation-Name]/ExternalLogoutEnabled | Enables or disables federated sign-out. When set to true, users are redirected to the federated sign-out user experience when they sign out from the portal. When set to false, users are signed out from the portal only. By default, it is set to false. |
110-
| Authentication/LoginTrackingEnabled | Enables or disables tracking the user's last sign-in. When set to true, the date and time are displayed in the **Last Successful Sign-in** field on the contact record. By default, this is set to false. |
110+
| Authentication/LoginTrackingEnabled (Deprecated) | Enables or disables tracking the user's last sign-in. When set to true, the date and time are displayed in the **Last Successful Sign-in** field on the contact record. By default, this is set to false. Login tracking is deprecated. For more information, go to [Login tracking FAQ](../faq.md#login-tracking-enabled). |
111111
| Authentication/OpenIdConnect/[Federation-Name]/RegistrationEnabled | Enables or disables the registration requirement for the existing identity provider. When set to true, registration is enabled for the existing provider only if the site setting Authentication/Registration/Enabled is also set to true. By default, it is set to true. |
112112
|Authentication/OpenIdConnect/[Federation-Name]/PostLogoutRedirectUri |Specifies the URL within the portal to redirect to after a user signs out. |
113113
| | |

powerapps-docs/maker/portals/configure/web-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 11/04/2019
8+
ms.date: 07/21/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -51,7 +51,7 @@ The table below explains many of the standard web file attributes used by portal
5151
| Display Order | An integer value indicating the order in which the file will be placed, relative to other entities with the same Parent Page. This controls the ordering of files and other site map entities when, for example, a list of links to the child entities of a given page are rendered on the portal. |
5252
| Cloud Blob Address | A text value in the format `<container>/<filename>`, indicating that the content for this file is stored in Azure Blob Storage. |
5353
| Content-Disposition | Options are inline or attachment. If inline is specified, the browser should attempt to render it within the browser window and if it cannot, it will prompt the user to download or open the file. If attachment is specified, it will immediately prompt the user to download or open the file, and not try to load it in the browser, whether it can or not. |
54-
| Enable Tracking | If enabled, every request for this web file will be logged. A Web File Log record will be created with the date & time, IP Address, and the contact record if the user is authenticated. |
54+
| Enable Tracking (Deprecated) | If enabled, every request for this web file will be logged. A Web File Log record will be created with the date & time, IP Address, and the contact record if the user is authenticated. Web file tracking is deprecated. For more information, go to [Web file tracking FAQ](../faq.md#web-file-tracking-enabled). |
5555
|||
5656

5757

powerapps-docs/maker/portals/configure/web-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 11/12/2019
8+
ms.date: 07/21/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -54,7 +54,7 @@ The table below explains many of the standard web page attributes used by portal
5454
| Author | A Contact record representing the author of the page. This value is generally used for administrative purposes, but this information could be rendered on a portal, if the page's Page Template supports it. |
5555
| Display Order | An integer value indicating the order in which the page will be placed, relative to other entities with the same Parent Page. This controls the ordering of pages and other site map entities when, for example, a list of links to the child entities of a given page are rendered on the portal. |
5656
| Navigation | A Web Link Set record. This is used by the WebLinkNavigationPage.aspx Page Template to render a list of navigation links on the left hand side of the page. Create a Page Template in CRM and specify the Rewrite Url property as ~/Pages/WebLinkNavigationPage.aspx. Set the Web Page's Page Template to this template record. This is typically done to the parent page only and all child pages will automatically receive the same list of links of its parent. The current page will have its corresponding link highlighted. |
57-
| Enable Tracking | If enabled, every request for this page will be logged. A Web Page Log record will be created with the date & time, IP Address, and the contact record if the user is authenticated. |
57+
| Enable Tracking (Deprecated) | If enabled, every request for this page will be logged. A Web Page Log record will be created with the date & time, IP Address, and the contact record if the user is authenticated. Web page tracking is deprecated. For more information, go to [Web page tracking FAQ](../faq.md#web-page-tracking-enabled). |
5858
| | |
5959

6060
## Enable page comments

0 commit comments

Comments
 (0)