Skip to content

Commit bdb6b2f

Browse files
authored
Live publish for 17 January 2020.
2 parents 2547f72 + 9a3e7ff commit bdb6b2f

File tree

5 files changed

+58
-18
lines changed

5 files changed

+58
-18
lines changed

powerapps-docs/maker/portals/configure/configure-oauth2-settings.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Configure OAuth2 provider settings for a portal | MicrosoftDocs"
33
description: "Instructions to add and configure OAuth2 provider settings for a portal."
4-
author: sbmjais
5-
manager: shujoshi
4+
author: tapanm-msft
5+
manager: kumarvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 10/18/2019
10-
ms.author: shjais
9+
ms.date: 01/17/2020
10+
ms.author: tapanm
1111
ms.reviewer:
1212
---
1313

@@ -97,6 +97,9 @@ In general, if an OAuth provider uses app settings that require a redirect URI v
9797

9898
### Yahoo! YDN App settings
9999

100+
> [!NOTE]
101+
> Due to ongoing compatibility issues between the updated Yahoo YDN OAuth provider endpoint and Power Apps portals, users are temporarily unable to authenticate with Yahoo identity provider.
102+
100103
1. Open [Yahoo! Developer Network](https://developer.yahoo.com/apps).
101104
2. Select **Create an App**.
102105

powerapps-docs/maker/portals/faq.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Frequently asked questions | Microsoft Docs
33
description: Frequently asked questions in Power Apps portals.
4-
author: sbmjais
5-
manager: shujoshi
4+
author: tapanm-msft
5+
manager: kumarvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 12/27/2019
10-
ms.author: shjais
11-
ms.reviewer: tapanm
9+
ms.date: 01/17/2020
10+
ms.author: tapanm
11+
ms.reviewer:
1212
---
1313

1414
# Power Apps portals FAQ
@@ -17,6 +17,29 @@ We have compiled a list of frequently asked questions and provided brief answers
1717

1818
## General
1919

20+
### What is the difference between Power Apps portals, Dynamics 365 portals and add-on portals?
21+
22+
With the launch of Power Apps portals on October 1, 2019, Dynamics 365 portals are called as Power Apps portals. In other words, all portals are referred to as **Power Apps portals**.
23+
24+
One of the major changes introduced in portals after October 1, 2019 is the licensing model. Earlier, portals were licensed add-ons to Dynamics 365 apps while certain Dynamics 365 licenses included a default portal add-on. After October 1, 2019, portals are [licensed based on usage](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#can-you-share-more-details-regarding-the-new-power-apps-portals-licensing). All existing portals will be part of a transition period based on current customer contract after which they will need to be converted to a new licensing model.
25+
26+
You can check the type of a portal from the [Power Apps Portals admin center](./admin/admin-overview.md):
27+
28+
![Power Apps portals type](./media/power-apps-portals-type.png)
29+
30+
For add-on portals, the portal type has 'add-on' suffix added. For example, a production add-on portal type lists as 'Production (add-on)'.
31+
32+
There is no difference in functionality between Power Apps portals with capacity-based licenses and add-on based licenses. However, provisioning method for portals with capacity-based licenses and add-on based licenses is different.
33+
34+
You can create Power Apps portal with capacity-based license using steps described in following articles:
35+
36+
- [Create a Common Data Service starter portal](create-portal.md)
37+
- [Create a portal with Dynamics 365 environment](create-dynamics-portal.md)
38+
39+
To create Power Apps portal with add-on based license, see [provisioning a portal using portal add-on](provision-portal-add-on.md).
40+
41+
See [Power Apps portals licensing FAQ](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#what-is-the-difference-between-power-apps-portals-and-dynamics-365-portals-in-terms-of-licensing) for licensing differences between add-on based licenses and capacity-based licenses.
42+
2043
### When is an add-on portal in suspended state?
2144

2245
Portal [provisioned using portal add-on plan](provision-portal-add-on.md) purchased earlier is suspended at the end of expiration. This expiration period is 30 days for trial portals while it may vary for an add-on portal in production with a purchased license. Suspended trial portal is deleted after 7 days while suspension period may vary for production portal. For more details, read the [portal lifecycle](./admin/portal-lifecycle.md#considerations-for-add-on-portals) for add-on portals.

powerapps-docs/maker/portals/known-issues.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Known issues in Power Apps portals | Microsoft Docs
33
description: Learn about the known issues in Power Apps portals
4-
author: sbmjais
5-
manager: shujoshi
4+
author: tapanm-msft
5+
manager: kumarvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 10/07/2019
10-
ms.author: shjais
9+
ms.date: 01/17/2020
10+
ms.author: tapanm
1111
ms.reviewer:
1212
---
1313

@@ -16,6 +16,8 @@ ms.reviewer:
1616

1717
## General issues
1818

19+
- Due to ongoing compatibility issues between the updated Yahoo YDN OAuth provider endpoint and Power Apps portals, users are temporarily unable to authenticate with [Yahoo identity provider](./configure/configure-oauth2-settings.md#yahoo-ydn-app-settings).
20+
1921
- The **Modified Date** for the app might be incorrect because these are pre-provisioned apps and could have been provisioned earlier.
2022

2123
- When you create an environment along with the starter portal, the owner of the portal is not displayed correctly. It is displayed as System.
13.1 KB
Loading
Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
title: What is Power Apps portals? | Microsoft Docs
33
description: Design and build websites using Power Apps which allow external users to interact with the data stored in the Common Data Service.
4-
author: sbmjais
5-
manager: shujoshi
4+
author: tapanm-msft
5+
manager: kumarvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 11/07/2019
10-
ms.author: shjais
9+
ms.date: 01/17/2020
10+
ms.author: tapanm
1111
ms.reviewer:
1212
---
1313

1414
# What is Power Apps portals?
1515

16+
## Overview
17+
1618
Power Apps makers can now create a powerful new type of experience: external-facing websites that allow users outside their organizations to sign in with a wide variety of identities, create and view data in Common Data Service, or even browse content anonymously. The full capabilities of Dynamics 365 Portals, previously offered only as an add-on to model-driven apps in Dynamics 365, are now available completely standalone inside of Power Apps.
1719

1820
These capabilities feature a revamped end-to-end experience for makers to quickly create a website and customize it with pages, layout, and content. Makers can reuse page designs through templates, add forms and views to display key data from Common Data Service, and publish to users.
@@ -21,7 +23,17 @@ These capabilities feature a revamped end-to-end experience for makers to quickl
2123
> - Power Apps portals are based on Bootstrap 3.3.x with the exception of [Event portal](https://docs.microsoft.com/dynamics365/marketing/developer/event-management-web-application). Portal developers should not replace Bootstrap 3 with other CSS libraries as some of the scenarios in Power Apps portals are dependent on Bootstrap 3.3.x.
2224
> - Certain experiences might have known issues. These issues are mentioned in the [Known issues](known-issues.md) section later in this document.
2325
26+
## Next steps
27+
28+
[Creating a starter portal](create-portal.md)
29+
30+
### See also
31+
32+
#### Advanced portal administration
2433

25-
34+
- [Portal admin center](admin/admin-overview.md)
2635

36+
#### Advanced portal customization
2737

38+
- [Portal management app](configure/configure-portal.md)
39+
- [Portal site settings](configure/configure-site-settings.md)

0 commit comments

Comments
 (0)