Skip to content

Commit fe5970f

Browse files
authored
Merge pull request #8351 from MicrosoftDocs/20230616-minor-updates
minor updates
2 parents f1ec29b + 17c7b0b commit fe5970f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

powerapps-docs/maker/canvas-apps/connections-list.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,23 @@ In SQL Server, this type of connection is called **SQL Server Authentication**.
114114

115115
[This section is prerelease documentation and is subject to change.]
116116

117-
Power Apps now has full preview support for **[Secure implicit connections)](working-with-experimental-preview.md)**. The default setting for this feature is **On**. The secure implicit shared connections are more secure than the existing implicit connections. Power Apps implicitly shared connections are ones that use a fixed credential such as a SQL Server connection string rather than the end user's specific credentials such as AAD. With this feature, connections are no longer directly shared with the users of Power Apps. Instead, a proxy connection object that only grants access to the underlying resource such as a specific SQL server table is shared. End user authors can't create new applications with either the connection or the proxy connection. This feature also limits the end user to such actions as **get**, **put/patch**, and **delete** that are defined in the corresponding app. The result is that end users who are also authors can't create new applications with either the connection or the proxy connection object.
117+
Power Apps now has full preview support for **[Secure implicit connections](working-with-experimental-preview.md)**. The default setting for this feature is **On**. The secure implicit shared connections are more secure than the existing implicit connections. Power Apps implicitly shared connections are ones that use a fixed credential such as a SQL Server connection string rather than the end user's specific credentials such as AAD. With this feature, connections are no longer directly shared with the users of Power Apps. Instead, a proxy connection object that only grants access to the underlying resource such as a specific SQL server table is shared. End user authors can't create new applications with either the connection or the proxy connection. This feature also limits the end user to such actions as **get**, **put/patch**, and **delete** that are defined in the corresponding app. The result is that end users who are also authors can't create new applications with either the connection or the proxy connection object.
118118

119119
> [!NOTE]
120-
> **Secure implicit connections** to **On** by default for new apps.
120+
> **Secure implicit connections** is now **On** by default for new apps.
121+
122+
#### Notification to update your apps
123+
If you have applications that may be upgraded to use this feature then you will see a message on the Apps page. It will indicate the number of apps that need your attention.
124+
125+
> [!div class="mx-imgBorder"]
126+
> ![Notification to update your apps.](./media/connections-list/attention-alert.png)
127+
128+
Select the link and it will open a side panel that will list all of the apps that need attention.
129+
130+
> [!div class="mx-imgBorder"]
131+
> ![Side panel.](./media/connections-list/app-needs-attention.png)
132+
133+
Select the *open* icon to the right of the app name to open and republish it. See the directions below.
121134

122135
#### Enable secure implicit connections for an existing app
123136

@@ -133,7 +146,7 @@ Once the app is published follow these steps to verify that sharing works correc
133146
- Check if connections are shared with co-owners. If you don't want an end-user to get a connection, then uncheck the **Co-owner** checkbox.
134147

135148
> [!div class="mx-imgBorder"]
136-
> ![Co-owner property.](./media/connections-list/co-owner-property.png)
149+
> ![Uncheck co-owner.](./media/connections-list/co-owner-property.png)
137150
138151
- To verify the feature works correctly, share the app with a different user who isn't an owner. Once you have shared the app, check the **Connections** list in the **Dataverse** tab in [Power Apps](https://make.powerapps.com) for that user. Verify that the user doesn't have a connection available.
139152

21.6 KB
Loading
9.55 KB
Loading

0 commit comments

Comments
 (0)