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: powerapps-docs/maker/canvas-apps/connections-list.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ A connector may provide **tables** of data or **actions**. Some connectors provi
25
25
26
26
## Tables
27
27
28
-
If your connector provides tables, you add your data source and then select the table in the data source that you want to manage. Power Apps both retrieves table data into your app and updates data in your data source automatically for you. For example, you can add a data source that contains a table named **Lessons** and then set the **Items** property of a control, such as a gallery or a form, to this value in the formula bar:
28
+
If your connector provides tables, you add your data source, and then select the table in the data source that you want to manage. Power Apps both retrieve table data into your app and updates data in your data source automatically for you. For example, you can add a data source that contains a table named **Lessons** and then set the **Items** property of a control, such as a gallery or a form, to this value in the formula bar:
29
29
30
30

31
31
@@ -121,12 +121,12 @@ Power Apps now has full preview support for **[Secure implicit connections](work
121
121
> **Secure implicit connections** is now **On** by default for new apps.
122
122
123
123
#### Notification to update your apps
124
-
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
+
If you have applications that may be upgraded to use this feature then you'll see a message on the Apps page. It indicates the number of apps that need your attention.
125
125
126
126
> [!div class="mx-imgBorder"]
127
127
> 
128
128
129
-
Select the link and it will open a side panel that will list all of the apps that need attention.
129
+
Select the link and it opens a side panel that will list all of the apps that need attention.
@@ -163,8 +163,8 @@ When your app is republished and shared, then end-users won't have access to the
163
163
#### Limitations
164
164
165
165
1. All types of implicitly shared connections work such as action and tabular.
166
-
2. Server and database names are hidden in network traces but visible in the consent dialog. Column names are not hidden.
167
-
3. For tabular connectors, we only limit CRUD actions such as Get, Post, Put, or Delete. If you have permissions to **Put** then you have access to **Post**.
166
+
2. Server and database names are hidden in network traces but visible in the consent dialog. Column names aren't hidden.
167
+
3. For tabular connectors, we only limit CRUD actions such as Get, Post, Put, or Delete. If you have permissions to **Put**, then you have access to **Post**.
168
168
4. Action based connectors limit based on the specific API being used in the application.
169
169
5. Warnings are still enabled in sharing. The warning around implicitly shared connections still warns while in private preview. However, your connection with this feature is secure – despite the warning.
170
170
6. Publishing to an entire tenant, as opposed to specific groups or individuals isn't supported.
@@ -199,7 +199,7 @@ When users open an app that uses connectors for the first time, they'll see a "c
199
199
200
200
1. To facilitate manual end-user authentication, when needed.
201
201
202
-
For some connections, Power Platform can automatically authenticate a user to access a data source. However, if the automatic sign-in fails, this dialog prompts users to fix a connection by manually signing in. Power Platform can only attempt automatic sign-in for a connection when a data source pre-authorizes Microsoft’s Azure API connections service principal, granting it permission to perform single sign-on for a user when a connection is created. For more information on single sign-on, see [What is single sign-on (SSO)?](/azure/active-directory/manage-apps/what-is-single-sign-on)
202
+
For some connections, Power Platform can automatically authenticate a user to access a data source. However, if the automatic sign-in fails, this dialog prompts users to fix a connection by manually signing in. Power Platform can only attempt automatic sign-in for a connection when a data source preauthorizes Microsoft’s Azure API connections service principal, granting it permission to perform single sign-on for a user when a connection is created. For more information on single sign-on, see [What is single sign-on (SSO)?](/azure/active-directory/manage-apps/what-is-single-sign-on)
203
203
204
204
The following image is an example of the connection consent dialog for an app connecting to a SharePoint site.
205
205
@@ -219,10 +219,10 @@ For select connectors, admins can suppress this dialog, and consent on behalf of
219
219
Microsoft Power Platform is only able to suppress the consent dialog for connections to data sources where:
220
220
221
221
1. There isn’t an obligation by the data source to show an explicit consent UI.
222
-
1. The data source pre-authorizes Microsoft’s Azure API connections service principal to enable single-sign-on.
222
+
1. The data source preauthorizes Microsoft’s Azure API connections service principal to enable single-sign-on.
223
223
1. An admin configures an app to suppress the consent for the preceding connections.
224
224
225
-
The pre-authorization of Microsoft’s Azure API connections service principal exists for Microsoft's first-party data sources, and may be configured by custom applications registered in an Azure AD tenant that are used by custom connectors. An admin manages consent suppression on a per-app basis (as opposed to connector basis), so suppression is managed at the most granular app experience level—this level of granularity prevents consent suppression for an organization’s "approved apps" from inadvertently suppressing consent for apps that aren't approved or reviewed.
225
+
The preauthorization of Microsoft’s Azure API connections service principal exists for Microsoft's first-party data sources, and may be configured by custom applications registered in an Azure AD tenant that are used by custom connectors. An admin manages consent suppression on a per-app basis (as opposed to connector basis), so suppression is managed at the most granular app experience level—this level of granularity prevents consent suppression for an organization’s "approved apps" from inadvertently suppressing consent for apps that aren't approved or reviewed.
0 commit comments