Skip to content

Commit 3d9067b

Browse files
authored
Live publish
2 parents eda0725 + 2183604 commit 3d9067b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

powerapps-docs/maker/portals/important-changes-deprecations.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 06/13/2022
8+
ms.date: 09/09/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -26,6 +26,15 @@ Makers, developers, and IT pros can use this information to prepare for future r
2626
> [!IMPORTANT]
2727
> *Deprecated* means that we intend to remove the feature or capability from a future major release. The feature or capability will continue to work and is fully supported until it's officially removed. This deprecation notification can span a few months or years. After it's removal, the feature or capability no longer work. This notice is to allow you sufficient time to plan and update your code before the feature or capability is removed.
2828
29+
## Controlling site visibility changes in Power Pages
30+
31+
Starting October 2022 with website version 9.4.9.xx, any new site created in Power Pages or Power Apps portals will be private by default. Only makers or people in the organization granted permission by makers will have website access, making Power Pages sites secure. This feature will provide another layer of security using Azure Active Directory authentication to prevent accidental leaks of partially developed website data and design. When a website is ready to go-live, the site visibility can be changed to public making it accessible to everyone over the internet anonymously or secured with identity providers.
32+
33+
At launch, users with the system administrator role along with [service admins](/power-platform/admin/use-service-admin-role-manage-tenant) will by default have privilege to change site visibility status (private to public or vice versa).
34+
35+
> [!Note]
36+
> All system administrators being able to change the site visibility will only be for a certain duration after which service admins will need to explicitly specify whether all system administrators are allowed to change site visibility. However, admins can grant or revoke the privilege of changing site visibility status for system administrators at tenant level by running a PowerShell script. Additionally, to provide granular control on who can change the site visibility status, admins can delegate the permissions to specific System administrators in certain Azure Directory security groups.
37+
2938
## OAuth 2.0 implicit grant flow within your portal
3039

3140
Starting June 2022, [authorize endpoint](oauth-implicit-grant-flow.md#authorize-endpoint-details), [token endpoint](oauth-implicit-grant-flow.md#token-endpoint-details) using GET request, and using the default certificate for OAuth 2.0 implicit grant flow will be deprecated. No action is needed for newly created portals or for existing portals that don't use this feature. If you're already using this feature, you need to use the token endpoint POST request to get a secure access token to authorize the external APIs.
@@ -73,7 +82,7 @@ Also, with the same release, lists on all portals (new or existing) that have [l
7382
> [!NOTE]
7483
> The changes described above also apply to portals [converted](admin/convert-portal.md) from trial to production.
7584
76-
To configure anonymous access explicitly, use proper [table permissions](configure/entity-permissions-studio.md) and web role setup instead.
85+
To configure anonymous access explicitly, use proper [table permissions](configure/entity-permissions-studio.md) and web role set up instead.
7786

7887
## SameSite mode changes
7988

0 commit comments

Comments
 (0)