Skip to content

Commit f55e7ff

Browse files
authored
Remove version pinning from links in auth.md for SPE
1 parent f2b186a commit f55e7ff

File tree

1 file changed

+1
-1
lines changed
  • docs/embedded/concepts/app-concepts

1 file changed

+1
-1
lines changed

docs/embedded/concepts/app-concepts/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Any user accessing a container must be a member of the container. Membership to
108108

109109
Here are some actions you can take next:
110110

111-
1. Configure your SharePoint Embedded [application manifest](/entra/identity-platform/reference-app-manifest#requiredresourceaccess-attribute) (you may use [Entra PowerShell](/powershell/entra-powershell/manage-apps?view=entra-powershell#assign-permissions-to-an-app) or [Azure CLI](/cli/azure/ad/app/permission?view=azure-cli-latest#az-ad-app-permission-add)) to request the required permissions:
111+
1. Configure your SharePoint Embedded [application manifest](/entra/identity-platform/reference-app-manifest#requiredresourceaccess-attribute) (you may use [Entra PowerShell](/powershell/entra-powershell/manage-apps#assign-permissions-to-an-app) or [Azure CLI](/cli/azure/ad/app/permission#az-ad-app-permission-add)) to request the required permissions:
112112
- Microsoft Graph (resourceAppId: `00000003-0000-0000-c000-000000000000`)
113113
- `FileStorageContainer.Selected` (type: `Scope`, ID: `085ca537-6565-41c2-aca7-db852babc212`) to access containers on consuming tenants
114114
- Office 365 SharePoint Online (resourceAppId: `00000003-0000-0ff1-ce00-000000000000`)

0 commit comments

Comments
 (0)