Skip to content

Commit 0bff6bd

Browse files
authored
Merge pull request MicrosoftDocs#2751 from MicrosoftDocs/master
Pushing changes live
2 parents 5a87f0e + 0f248bf commit 0bff6bd

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

powerapps-docs/maker/canvas-apps/share-app.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
10-
ms.date: 03/30/2020
10+
ms.date: 04/23/2020
1111
ms.author: tapanm
1212
search.audienceType:
1313
- maker
@@ -67,7 +67,7 @@ Before you share an app, you must save it to the cloud (not locally) and then pu
6767
> [!div class="mx-imgBorder"]
6868
> ![Assign a security role](media/share-app/cds-assign-security-role.png)
6969
70-
For more information about managing security for an entity, see [Manage entity permissions](share-app.md#manage-entity-permissions) later in this topic.
70+
For more information about managing security for an entity, see [Manage entity permissions](share-app.md#manage-entity-permissions) later in this article.
7171

7272
1. If you want to help people find your app, select the **Send an email invitation to new users** check box.
7373

@@ -82,7 +82,7 @@ Before you share an app, you must save it to the cloud (not locally) and then pu
8282

8383
Co-owners who receive an invitation get another link that opens the app for editing in Power Apps Studio.
8484

85-
You can change permissions for a user or a security group by selecting their name and then performing either of these steps:
85+
You can change permissions for a user or a security group by selecting their name and then following either of these steps:
8686

8787
- To allow co-owners to run the app but no longer edit or share it, clear the **Co-owner** check box.
8888
- To stop sharing the app with that user or group, select the Remove (x) icon.
@@ -101,7 +101,7 @@ Follow these steps to check if an Office 365 group has security enabled:
101101

102102
1. Ensure you have access to the [Azure AD cmdlets](https://docs.microsoft.com/azure/active-directory/users-groups-roles/groups-settings-v2-cmdlets).
103103

104-
1. Go to [Azure Portal](https://portal.azure.com/) \> Azure Active
104+
1. Go to [Azure portal](https://portal.azure.com/) \> Azure Active
105105
Directory \> Groups \> Select the appropriate group \> Copy the Object Id.
106106

107107
1. [Connect to Azure AD](https://docs.microsoft.com/powershell/module/azuread/connect-azuread) using PowerShell:
@@ -113,7 +113,7 @@ Follow these steps to check if an Office 365 group has security enabled:
113113

114114
![Check SecurityEnabled property](media/share-app/azure_cmdlet_get_azuread_group_details.png)
115115

116-
If the group is not security enabled, you can enable it enable it using PowerShell cmdlet [Set-AzureADGroup](https://docs.microsoft.com/powershell/module/AzureAD/Set-AzureADGroup) by setting the **SecurityEnabled** property to **True**:
116+
If the group isn't security enabled, you can enable it using PowerShell cmdlet [Set-AzureADGroup](https://docs.microsoft.com/powershell/module/AzureAD/Set-AzureADGroup) by setting the **SecurityEnabled** property to **True**:
117117

118118
```Set-AzureADGroup -ObjectId <ObjectID> -SecurityEnabled $True```
119119

@@ -195,7 +195,7 @@ After you share an app for guest access, guests can discover and access apps sha
195195
### Frequently Asked Questions
196196

197197
#### What’s the difference between canvas app guest access and Power Apps Portals?
198-
Canvas apps enable building an app, tailored to digitizing a business processes, without writing code in a traditional programming language such as C#. Guest access for canvas apps enables teams of individuals made up of different organizations participating in a common business process to access the same app resources that may be integrated with a wide variety of Microsoft and third-party sources. More information: [Overview of canvas-app connectors for Power Apps](/powerapps/maker/canvas-apps/connections-list).
198+
Canvas apps enable building an app, tailored to digitizing business processes, without writing code in a traditional programming language such as C#. Guest access for canvas apps enables teams of individuals made up of different organizations participating in a common business process to access the same app resources that may be integrated with a wide variety of Microsoft and third-party sources. More information: [Overview of canvas-app connectors for Power Apps](/powerapps/maker/canvas-apps/connections-list).
199199

200200
[Power Apps Portals](/powerapps/maker/portals/overview) provide the ability to build low-code, responsive websites that allow external users to interact with the data stored in Common Data Service. It allows organizations to create websites that can be shared with users external to their organization either anonymously or through the login provider of their choice, such as LinkedIn, Microsoft Account, or other commercial login providers.
201201

@@ -208,7 +208,10 @@ The following table outlines a few core capability differences between Power App
208208
||
209209

210210
#### Can guests access customized forms in SharePoint?
211-
Yes. Any user that can access a SharePoint list with a customized form can create and edit items in the list, using the form, without any Power Apps license.
211+
Yes. Any user that can access a SharePoint list with a customized form can create and edit items in the list, using the form. As long as the custom form only uses standard connectors, the guest isn't required to have any Power Apps license.
212+
213+
#### Why is a guest accessing a customized form in SharePoint prompted for a trial?
214+
If the custom form uses a premium connector, a guest must have a Power Apps license to access the custom form. If the custom form only uses standard connectors, your tenant must allow Power Platform internal consent plans to be assigned to users. For more details about Power Platform internal consent plans, read [block trial license commands](https://docs.microsoft.com/power-platform/admin/powerapps-powershell#block-trial-licenses-commands).
212215

213216
#### Can guests access apps embedded in SharePoint?
214217
Yes. Though, access to canvas standalone apps require a license with Power Apps use rights that matches the capability of the app, including apps that are embedded. When embedding a canvas app in SharePoint via the Microsoft Power Apps embed control, enter the app id. To do this, enter the app ID in the **App web link or ID** box.
@@ -237,22 +240,22 @@ The same license that’s required for non-guests to run an app. For instance, i
237240
More details around pricing and capabilities of various plans can be found in [Microsoft Power Apps and Power Automate Licensing Guide](https://go.microsoft.com/fwlink/?linkid=2085130).
238241

239242
#### In Power Apps Mobile, how does a guest see apps for their home tenant?
240-
Any user that has accessed an canvas app, on their mobile device, that’s published in an Azure AD tenant that isn’t their home tenant must sign-out of Power Apps and sign back in to Power Apps Mobile.
243+
Any user that has accessed a canvas app, on their mobile device, that’s published in an Azure AD tenant that isn’t their home tenant must sign out of Power Apps and sign back in to Power Apps Mobile.
241244

242245
#### In Power Apps Mobile, how does a guest see apps in the guest tenant?
243246
As the guest user, open the email received when an app in the guest tenant was shared, and select the **Open the app** button. This applies to both Azure Active Directory and Microsoft Account users.
244247

245-
#### Must a guest accept the Azure AD guest invitation prior to sharing an app with the guest?
246-
No. If a guest launches an app shared with them prior to accepting a guest invitation the guest will be prompted to accept the invitation as part of the sign-in experience while launching the app.
248+
#### Must a guest accept the Azure AD guest invitation before sharing an app with the guest?
249+
No. If a guest launches an app shared with them before accepting a guest invitation the guest will be prompted to accept the invitation as part of the sign-in experience while launching the app.
247250

248251
#### What Azure AD tenant are connections for a guest user created in?
249252
Connections for an app are always made in the context of the Azure AD tenant the app is associated. For instance, if an app is created in the Contoso tenant then connections made for Contoso internal and guest users are made in the context of the Contoso tenant.
250253

251254
#### Can guests use Microsoft Graph via Microsoft Security Graph connector or a custom connector using Microsoft Graph APIs?
252255
No, Azure AD guests can't query Microsoft Graph to retrieve information for a tenant in which they’re a guest.
253256

254-
#### What InTune policies apply to guests using my Power Apps?
255-
InTune only applies policies of a user’s home tenant. For instance, if Alice@Contoso.com shares an app with Vikram@Fabrikam.com, InTune continues to apply Fabrikam.com policies on Virkam’s device regardless of the Power Apps he runs.
257+
#### What Intune policies apply to guests using my Power Apps?
258+
Intune only applies policies of a user’s home tenant. For instance, if Lesa@Contoso.com shares an app with Wanda@Fabrikam.com, Intune continues to apply Fabrikam.com policies on Wanda’s device regardless of the Power Apps Wanda runs.
256259

257260
#### What connectors support guest access?
258261
All connectors that do not perform Azure AD authentication of any type supports guest access. The following table enumerates all connectors that perform Azure AD authentication and which connectors currently support guest access. Many of these will be updated leading up to general availability.

powerapps-docs/sample-apps/emergency-response/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: annbe
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 04/15/2020
9+
ms.date: 04/23/2020
1010
ms.author: pankar
1111
ms.reviewer: kvivek
1212
searchScope:
@@ -64,5 +64,4 @@ See also: [Licensing overview for Power Platform](https://docs.microsoft.com/pow
6464

6565
### Disclaimer
6666

67-
This is a sample solution and may be used with Microsoft Power Apps and Microsoft Power BI for dissemination of reference information only. This app is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this app for such purposes. This app is not designed or intended to be a substitute for professional medical advice, diagnosis, treatment, or judgment and should not be used as such. Customer bears the sole risk and responsibility for any use of this app. Microsoft does not warrant that the app or any materials provided in connection therewith will be sufficient for any medical purposes or meet the health or medical
68-
requirements of any person.
67+
This app is a sample and may be used with Microsoft Power Platform for dissemination of reference information only. This app is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this app for such purposes. This app is not designed or intended to be a substitute for professional medical advice, diagnosis, treatment, or judgement and should not be used as such. Customer bears the sole risk and responsibility for any use of this app. Microsoft does not warrant that the app or any materials provided in connection therewith will be sufficient for any medical purposes or meet the health or medical requirements of any person. Sample data included in this app are for illustration only and are fictitious. No real association is intended or inferred.

powerapps-docs/sample-apps/regional-emergency-response/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: annbe
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 04/22/2020
9+
ms.date: 04/23/2020
1010
ms.author: kvivek
1111
ms.reviewer: kvivek
1212
searchScope:
@@ -52,6 +52,4 @@ To report an issue with the Regional Emergency Response sample app, visit <https
5252

5353
### Disclaimer
5454

55-
This app is a sample and may be used with Microsoft Power Platform for dissemination of reference information only. This app is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this app for such purposes. This app is not designed or intended to be a substitute for professional medical advice, diagnosis, treatment, or judgement and should not be used as such. Customer bears the sole risk and responsibility for any use of this app. Microsoft does not warrant that the app or any materials provided in connection therewith will be sufficient for any medical purposes or meet the health or medical requirements of any person.
56-
57-
Sample data included in this app are for illustration only and are fictitious.  No real association is intended or inferred.
55+
This app is a sample and may be used with Microsoft Power Platform for dissemination of reference information only. This app is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this app for such purposes. This app is not designed or intended to be a substitute for professional medical advice, diagnosis, treatment, or judgement and should not be used as such. Customer bears the sole risk and responsibility for any use of this app. Microsoft does not warrant that the app or any materials provided in connection therewith will be sufficient for any medical purposes or meet the health or medical requirements of any person. Sample data included in this app are for illustration only and are fictitious. No real association is intended or inferred.

0 commit comments

Comments
 (0)