Skip to content

Commit e5ac9a8

Browse files
authored
Fixed branding
1 parent 64a9b19 commit e5ac9a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
8585

8686
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)
8787

88-
### Named account using Microsoft 365
88+
### Named account using Office365
8989

9090
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)
9191

@@ -98,7 +98,7 @@ Create a new connection to Dataverse using a UserName or Password via Office365.
9898
Url=https://contoso.crm.dynamics.com"/>
9999
```
100100

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
102102

103103
Create a new connection to Dataverse using a UserID or Password via OAuth.
104104

@@ -179,4 +179,4 @@ Create a new connection to Dataverse using a Application or Client Id and a Clie
179179
<xref:Microsoft.Xrm.Tooling.Connector.CrmServiceClient>
180180

181181

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

0 commit comments

Comments
 (0)