Skip to content

Commit 8913b00

Browse files
committed
Branding name change
Changed Office 365 to Microsoft 365. Does not include the authentication type 'Office365' supported by our APIs or the Office 365 setting in the Plug-in Registration tool.
1 parent 5d240ce commit 8913b00

35 files changed

+73
-73
lines changed

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
href: authenticate-dot-net-framework.md
354354
- name: Use OAuth
355355
href: authenticate-oauth.md
356-
- name: Office365 authentication with WS-Trust
356+
- name: Microsoft 365 authentication with WS-Trust
357357
href: authenticate-office365-deprecation.md
358358
- name: "Tutorial: Register an app with Azure Active Directory"
359359
href: walkthrough-register-app-azure-active-directory.md

powerapps-docs/developer/common-data-service/authenticate-dot-net-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With the `Xrm.Tooling` classes, use the <xref:Microsoft.Xrm.Tooling.Connector>.<
2929
3030
The `Xrm.Tooling` classes provide many benefits including:
3131
- You can define connection information using a connection string.
32-
- Supports both OAuth and Office 365 claims-based authentication.
32+
- Supports both OAuth and Microsoft 365 claims-based authentication.
3333
- Thread safety for actions performed in a multithreaded environment.
3434
- A common Windows Presentation Foundation (WPF) login control for a consistent sign-in experience from your Windows client applications.
3535
- Supports for secure storage of the sign-in credentials and reuse of the stored credentials to automatically sign in after initial sign in.

powerapps-docs/developer/common-data-service/authenticate-office-365-users-cds-web-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Authenticate Office 365 users with Common Data Service web services (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Authenticate Microsoft 365 users with Common Data Service web services (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "<Description>" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -15,7 +15,7 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Authenticate Office 365 users with Common Data Service web services
18+
# Authenticate Microsoft 365 users with Common Data Service web services
1919

2020
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services
2121

powerapps-docs/developer/common-data-service/authenticate-office365-deprecation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Use of Office365 authentication with the WS-Trust security protocol (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Use of Microsoft 365 authentication with the WS-Trust security protocol (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Describes deprecation of the WS-Trust security protocol and the authentication code changes required in applications."
44
ms.custom: ""
55
ms.date: 02/05/2020
@@ -16,7 +16,7 @@ search.app:
1616
- D365CE
1717
---
1818

19-
# Use of Office365 authentication with the WS-Trust security protocol
19+
# Use of Microsoft 365 authentication with the WS-Trust security protocol
2020

2121
Use of the WS-Trust authentication security protocol when connecting to Common
2222
Data Service is no longer recommended and has been
@@ -85,7 +85,7 @@ Service.
8585
Password=passcode;Url=https://contosotest.crm.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;
8686
RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;LoginPrompt=Auto"`
8787
88-
This will be your fastest way to update the code. Note that LoginPrompt can be set toneverto simulate the way that the Office 365 behavior worked.
88+
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.
8989

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

powerapps-docs/developer/common-data-service/authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ How you authenticate depends on the software framework you use and which web ser
2525
If your client application uses the .NET Framework, you have two options:
2626

2727
- OAuth
28-
- Office 365
28+
- Microsoft 365
2929

3030
### OAuth
3131

@@ -39,13 +39,13 @@ OAuth is also required to support:
3939

4040
More information: [Use OAuth with Common Data Service](authenticate-oauth.md)
4141

42-
### Office 365
42+
### Microsoft 365
4343

44-
Office 365 authentication requires using the .NET Framework SDK assemblies with the SOAP web services only.
44+
Microsoft 365 authentication requires using the .NET Framework SDK assemblies with the SOAP web services only.
4545

46-
Using Office 365 authentication does not require that your register your applications as OAuth does. You must simply provide a User Principal Name (UPN) and password for a valid user.
46+
Using Microsoft 365 authentication does not require that your register your applications as OAuth does. You must simply provide a User Principal Name (UPN) and password for a valid user.
4747

48-
More information: [Authentication with .NET Framework applications](authenticate-dot-net-framework.md), [Use of Office365 authentication with the WS-Trust security protocol](authenticate-office365-deprecation.md)
48+
More information: [Authentication with .NET Framework applications](authenticate-dot-net-framework.md), [Use of Microsoft 365 authentication with the WS-Trust security protocol](authenticate-office365-deprecation.md)
4949

5050
## All other software frameworks
5151

powerapps-docs/developer/common-data-service/connect-microsoft-office-365.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Connect with Microsoft Office 365 and Common Data Service (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "The Microsoft Office 365 portal provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application" # 115-145 characters including spaces. This abstract displays in the search result.
2+
title: "Connect with Microsoft 365 and Common Data Service (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3+
description: "The Microsoft 365 portal provides a single sign-on experience for Microsoft 365 customers where they can sign in once and access any Microsoft 365 application" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
66
ms.reviewer: "pehecke"
@@ -15,16 +15,16 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Connect with Microsoft Office 365 and Common Data Service
18+
# Connect with Microsoft 365 and Common Data Service
1919

20-
Common Data Service is part of the Office 365 collaboration and productivity tools. The [Microsoft Office 365 portal](https://www.microsoft.com/office365) provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application, including Common Data Service. In addition, system user accounts in Common Data Service can be provisioned in the [Microsoft Online Services](https://portal.microsoftonline.com/) admin portal.
20+
Common Data Service is part of the Microsoft 365 collaboration and productivity tools. The [Microsoft 365 portal](https://www.microsoft.com/office365) provides a single sign-on experience for Microsoft 365 customers where they can sign in once and access any Microsoft 365 application, including Common Data Service. In addition, system user accounts in Common Data Service can be provisioned in the [Microsoft Online Services](https://portal.microsoftonline.com/) admin portal.
2121

2222
Using federation, applications can connect to Common Data Service using the same system user identities and credentials available in an Azure Active Directory based network. More information: [Single sign-on roadmap](https://technet.microsoft.com/library/hh967643.aspx).
2323

2424
## In This Section
25-
[Common Data Service Integration with Office 365](online-integration-office-365.md)
25+
[Common Data Service Integration with Microsoft 365](online-integration-office-365.md)
2626

27-
[Authenticate Office 365 Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
27+
[Authenticate Microsoft 365 Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
2828

2929
[Sample: Authenticate Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/sample-authenticate-users-web-services)
3030

powerapps-docs/developer/common-data-service/online-integration-office-365.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Integration with Office 365 (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Integration with Microsoft 365 (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "<Description>" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -15,7 +15,7 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Integration with Office 365
18+
# Integration with Microsoft 365
1919

2020
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/online-integration-office-365
2121
Do we even need this topic?

powerapps-docs/developer/common-data-service/online-management-api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ These are the broad steps to authenticate to the Online Management API service.
8484
}
8585
```
8686

87-
You are all set to execute messages against the Online Management API. For a sample code that demonstrates how to retrieve all Common Data Service environments in your Office 365 tenant, see [Quick Start Sample: Retrieve environments in your tenant](sample-quick-start.md)
87+
You are all set to execute messages against the Online Management API. For a sample code that demonstrates how to retrieve all Common Data Service environments in your Microsoft 365 tenant, see [Quick Start Sample: Retrieve environments in your tenant](sample-quick-start.md)
8888

8989

9090
### Related Topics

powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ search.app:
1717

1818
This topic provides basic information to help you get started with the Online Admin API for Common Data Service.
1919

20-
## Office 365 Admin roles
20+
## Microsoft 365 Admin roles
2121

22-
To use the Online Management API, you must have one of the following admin roles assigned to you in your Office 365 tenant:
22+
To use the Online Management API, you must have one of the following admin roles assigned to you in your Microsoft 365 tenant:
2323

2424
- Global administrator
2525
- Service administrator
2626

27-
For information about these roles, see [About Office 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d)
27+
For information about these roles, see [About Microsoft 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d)
2828

2929
## Service URL
3030

3131
The service URL defines the endpoint address for accessing REST API. To perform any operation using the Online Management API, you need to specify the request URL in the following format:
3232

3333
`{ServiceUrl}/api/v1.2/{resource}`
3434

35-
For example, you can pass in the following URL with a **GET** request to retrieve the instances in your Office 365 tenant in North America:
35+
For example, you can pass in the following URL with a **GET** request to retrieve the instances in your Microsoft 365 tenant in North America:
3636

3737
`https://admin.services.crm.dynamics.com/api/v1.2/instances`
3838

3939

40-
The following table lists the service URLs of Online Management API for worldwide Office 365 data centers.
40+
The following table lists the service URLs of Online Management API for worldwide Microsoft 365 data centers.
4141

4242
|Location | Service URL |
4343
|---------|-------------|

powerapps-docs/developer/common-data-service/online-management-api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ search.app:
1414
---
1515
# Online Management API for Common Data Service
1616

17-
Online Management API is a REST API that lets you create and manage Common Data Service environments in your Office 365 tenant.
17+
Online Management API is a REST API that lets you create and manage Common Data Service environments in your Microsoft 365 tenant.
1818

1919
Application publishers and ISVs can use the Online Management API to:
2020
- Automate creation of custom demo Common Data Service environments

0 commit comments

Comments
 (0)