Skip to content

Commit a77435e

Browse files
Update SharePoint Embedded copilot to agent (#10279)
* Update SharePoint Embedded copilot to agent * fix formatting for HTML tag * Fix SPE DA articles * Update ms.date on articles * Improve language settings note on SPE Agent article * formatting & remove incomplete sentence * formatting --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent aa12c39 commit a77435e

File tree

3 files changed

+85
-47
lines changed

3 files changed

+85
-47
lines changed

docs/embedded/development/auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Embedded Authentication and Authorization
33
description: This article describes the authentication and authorization model for SharePoint Embedded applications.
4-
ms.date: 05/21/2025
4+
ms.date: 06/10/2025
55
ms.localizationpriority: high
66
---
77

@@ -64,7 +64,7 @@ There are two types of operations that aren't accessible via Microsoft Graph tod
6464

6565
- [Container type management](../getting-started/containertypes.md) on owning tenants, which are performed via PowerShell cmdlets.
6666
- [Container type registration](../getting-started/register-api-documentation.md) on consuming tenants, exposed via SharePoint REST API v2.
67-
- [SharePoint Embedded copilot](./declarative-agent/spe-da2.md) exposed via SharePoint REST API v2 permissions.
67+
- [SharePoint Embedded agent](./declarative-agent/spe-da2.md) exposed via SharePoint REST API v2 permissions.
6868

6969
To perform [container type management](../getting-started/containertypes.md) operations, you must be a [SharePoint Embedded Administrator](/entra/identity/role-based-access-control/permissions-reference#sharepoint-embedded-administrator) or [Global Administrator](/entra/identity/role-based-access-control/permissions-reference#global-administrator).
7070

@@ -77,7 +77,7 @@ To [register a container type](../getting-started/register-api-documentation.md)
7777
> [!NOTE]
7878
> Container type management on owning tenants and registration on consuming tenants will become Microsoft Graph operations soon, and this step will no longer be needed. Stay tuned.
7979
80-
To use the [SharePoint Embedded copilot](./declarative-agent/spe-da2.md) experience (in the Preview stage) in your application, you will also need the `Container.Selected` permission on the `Office 365 SharePoint Online` resource. Please note that, as mentioned above, this permission is also required to register a container type today, which means that your application must have been granted consent to it interact with SharePoint Embedded in consuming tenants.
80+
To use the [SharePoint Embedded agent](./declarative-agent/spe-da2.md) experience (in the Preview stage) in your application, you will also need the `Container.Selected` permission on the `Office 365 SharePoint Online` resource. Please note that, as mentioned above, this permission is also required to register a container type today, which means that your application must have been granted consent to it interact with SharePoint Embedded in consuming tenants.
8181

8282
#### Operations involving searching SharePoint Embedded content
8383

0 commit comments

Comments
 (0)