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/developer/common-data-service/online-management-api/operations-supported.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ search.app:
15
15
---
16
16
# Operations supported by Online Management API
17
17
18
+
> [!NOTE]
19
+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
20
+
18
21
You can perform most of the environment-related operations using the API that you can do using the admin center. The API also lets you perform some additional operations such as using tenant application identities to create/manage environments and retrieving service versions (releases) for environments.
19
22
20
23
For a list of operations supported by the API, see [Online Management API reference](/rest/api/admin.services.crm.dynamics.com/).
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/online-management-api/sample-authentication-helper.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ search.app:
16
16
---
17
17
# Sample: Authentication helper for the Online Management API
18
18
19
+
> [!NOTE]
20
+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
21
+
19
22
The helper code sample provides the following methods to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in the header of your messages.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/online-management-api/sample-quick-start.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ search.app:
15
15
---
16
16
# Quick Start Sample: Retrieve Microsoft Dataverse environments using Online Management API
17
17
18
+
> [!NOTE]
19
+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
20
+
18
21
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Dataverse environments from your Microsoft 365 tenant.
19
22
20
23
The sample uses the authentication [helper code](sample-authentication-helper.md) to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in header of your request.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/build-responsive-apps.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ search.app:
17
17
18
18
# Building responsive apps
19
19
20
-
[This article is pre-release documentation and is subject to change.]
21
-
22
20
Responsiveness refers to the ability of an app to automatically align to different screen sizes and form factors to use the available screen space sensibly, providing great UI and UX in every device, form factor, and screen size.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/configure/azure-ad-b2c.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Customize the Azure AD B2C user interface for portals. | MicrosoftDocs"
2
+
title: "Customize the Azure Active Directory B2C user user interface for portals. | MicrosoftDocs"
3
3
description: "Instructions to customize the Azure AD B2C user interface for portals."
4
4
author: sandhangitmsft
5
5
ms.service: powerapps
@@ -12,9 +12,10 @@ ms.reviewer: tapanm
12
12
13
13
# Customize the Azure AD B2C user interface for portals
14
14
15
-
[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
15
+
[!include[Azure](../../../includes/pn-azure-shortest.md)] Active Directory B2C (Azure AD B2C) supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
16
+
17
+
### Step 1. Create a web template
16
18
17
-
### Step 1: Create a web template
18
19
Create a web template by using the following values:
19
20
20
21
**Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
@@ -324,24 +325,27 @@ Create a web template by using the following values:
324
325
</body>
325
326
</html>
326
327
```
327
-
### Step 2: Create a page template
328
+
329
+
### Step 2. Create a page template
328
330
329
331
Create the following page template:
332
+
330
333
-**Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
331
334
-**Type**: Web Template
332
335
-**Web Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
333
336
-**Use Website Header and Footer**: Clear this check box
334
337
335
-
### Step 3: Create a webpage
338
+
### Step 3. Create a webpage
336
339
337
340
Create the following webpage:
341
+
338
342
-**Name**: Sign-in
339
343
-**Parent** Page: Home
340
344
-**Partial Url**: azure-ad-b2c-sign-in
341
345
-**Page Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
342
346
-**Publishing State**: Published
343
347
344
-
### Step 4: Create site settings
348
+
### Step 4. Create site settings
345
349
346
350
Site settings are required to configure cross-origin resource sharing (CORS) to allow [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C to request the custom page and inject the sign-in or sign-up user interface. Create the following site settings.
347
351
@@ -353,14 +357,14 @@ Site settings are required to configure cross-origin resource sharing (CORS) to
353
357
354
358
For a complete list of other CORS settings, see [CORS protocol support](../add-web-resource.md#cors-protocol-support).
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in step 3 of this procedure. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
369
+
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in **Step 3. Create a webpage** earlier in this article. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
0 commit comments