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/xrm-tooling/use-connection-strings-xrm-tooling-connect.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
85
85
86
86
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customerengagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
87
87
88
-
### Named account using Microsoft 365
88
+
### Named account using Office365
89
89
90
90
Create a new connection to Dataverse using a UserName or Password via Office365. This `AuthType` is deprecated and we recommend to use `OAuth` as the preferred authentication type. More information: [Authenticate using Office365](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-dataverse)
91
91
@@ -98,7 +98,7 @@ Create a new connection to Dataverse using a UserName or Password via Office365.
98
98
Url=https://contoso.crm.dynamics.com"/>
99
99
```
100
100
101
-
### OAuth using named account in Microsoft 365 with UX to prompt for authentication
101
+
### OAuth using named account in Office365 with UX to prompt for authentication
102
102
103
103
Create a new connection to Dataverse using a UserID or Password via OAuth.
104
104
@@ -179,4 +179,4 @@ Create a new connection to Dataverse using a Application or Client Id and a Clie
0 commit comments