Skip to content

Commit 9eb7687

Browse files
authored
Merge pull request MicrosoftDocs#4718 from MicrosoftDocs/master
Live publish
2 parents e1a325f + 3bbe4d9 commit 9eb7687

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
href: walkthrough-configure-azure-sas-integration.md
220220
- name: "Tutorial: Register an Azure-aware plug-in using the Plug-in Registration Tool"
221221
href: walkthrough-register-azure-aware-plug-in-using-plug-in-registration-tool.md
222-
223222
- name: "Tutorial: Update a service endpoint imported from a solution"
224223
href: walkthrough-update-service-endpoint-imported-solution.md
225224
- name: Use Web Hooks
@@ -395,7 +394,7 @@
395394
href: authenticate-dot-net-framework.md
396395
- name: Use OAuth
397396
href: authenticate-oauth.md
398-
- name: Use Microsoft 365 (WS-Trust)
397+
- name: Use Office365 (WS-Trust)
399398
href: authenticate-office365-deprecation.md
400399
- name: "Tutorial: Register an app with Azure Active Directory"
401400
href: walkthrough-register-app-azure-active-directory.md
@@ -460,4 +459,4 @@
460459
- name: Customization solutions file schema
461460
href: customization-solutions-file-schema.md
462461
- name: FetchXML schema
463-
href: fetchxml-schema.md
462+
href: fetchxml-schema.md

powerapps-docs/developer/data-platform/authenticate-office365-deprecation.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Use Microsoft 365 authentication with Microsoft Dataverse (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "Describes deprecation of the WS-Trust security protocol and the code changes required in applications that use Microsoft 365 authentication."
2+
title: "Use Office365 authentication with Microsoft Dataverse (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3+
description: "Describes deprecation of the WS-Trust security protocol and the code changes required in applications that use Office365 authentication."
44
ms.custom: ""
55
ms.date: 03/23/2021
66
ms.reviewer: "pehecke"
@@ -16,7 +16,7 @@ search.app:
1616
- D365CE
1717
---
1818

19-
# Use Microsoft 365 authentication with Microsoft Dataverse
19+
# Use Office365 authentication with Microsoft Dataverse
2020

2121
Use of the WS-Trust authentication security protocol when connecting to Microsoft Dataverse is no longer recommended and has been deprecated; see the [announcement](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-common-data-service).
2222

@@ -54,8 +54,7 @@ using (OrganizationServiceProxy organizationServiceProxy =
5454
## What should I do to fix my application code if affected?
5555

5656
There are very straight forward ways to modify your applications code to use
57-
the recommended connection interface for authentication with Common Data
58-
Service.
57+
the recommended connection interface for authentication with Dataverse.
5958

6059
- If your code uses an [Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy](/dotnet/api/microsoft.xrm.sdk.client.organizationserviceproxy) instance:
6160

@@ -79,9 +78,9 @@ Service.
7978
Password=passcode;Url=https://contosotest.crm.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;
8079
RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;LoginPrompt=Auto"`
8180
82-
This will be your fastest way to update the code. Note that LoginPrompt can be set toneverto simulate the way that the Microsoft 365 behavior worked.
81+
This will be your fastest way to update the code. Note that LoginPrompt can be set toneverto simulate the way that the Office365 behavior worked.
8382

84-
The AppId and RedirectUri provided above are examples of working application registration values. These values work everywhere our online services are deployed. However, they are provided here as examples and you are encouraged to create your own application registration in Azure Active Directory (AAD) for applications running in your tenant.<p/>
83+
The AppId and RedirectUri provided above are examples of working application registration values. These values work everywhere our online services are deployed. However, they are provided here as examples and you are encouraged to create your own application registration in Azure Active Directory (Azure AD) for applications running in your tenant.<p/>
8584

8685
- When we announce it, update to the latest [Microsoft.CrmSdk.XrmTooling.CoreAssembly](https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/) NuGet package that includes auto redirect support. This library will redirect an authentication type of Office365 to OAuth and use the example AppId and Redirect URI automatically. This capability is planned for the 9.2.x version of the Microsoft.CrmSdk.XrmTooling.CoreAssembly package.
8786
@@ -98,4 +97,4 @@ To do this, you must first register the application user (Service Principal) in
9897
We will be monitoring the Power Apps ALM and ProDev community [forums](https://powerusers.microsoft.com/t5/Power-Apps-Component-Framework/bd-p/pa_component_framework). Please take a look there to get help on how to solve various issues or post a
9998
question.
10099

101-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
100+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)