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/data-platform/authenticate-office365-deprecation.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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."
4
4
ms.custom: ""
5
5
ms.date: 03/23/2021
6
6
ms.reviewer: "pehecke"
@@ -16,7 +16,7 @@ search.app:
16
16
- D365CE
17
17
---
18
18
19
-
# Use Microsoft 365 authentication with Microsoft Dataverse
19
+
# Use Office365 authentication with Microsoft Dataverse
20
20
21
21
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).
22
22
@@ -54,8 +54,7 @@ using (OrganizationServiceProxy organizationServiceProxy =
TheAppIdandRedirectUriprovidedaboveareexamplesofworkingapplicationregistrationvalues. Thesevaluesworkeverywhereouronlineservicesaredeployed. However, theyareprovidedhereasexamplesandyouareencouragedtocreateyourownapplicationregistrationinAzureActiveDirectory (AAD) for applications running in your tenant.<p/>
83
+
TheAppIdandRedirectUriprovidedaboveareexamplesofworkingapplicationregistrationvalues. Thesevaluesworkeverywhereouronlineservicesaredeployed. However, theyareprovidedhereasexamplesandyouareencouragedtocreateyourownapplicationregistrationinAzureActiveDirectory (AzureAD) for applications running in your tenant.<p/>
85
84
86
85
- 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.
87
86
@@ -98,4 +97,4 @@ To do this, you must first register the application user (Service Principal) in
98
97
WewillbemonitoringthePowerAppsALMandProDevcommunity [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
0 commit comments