-
Notifications
You must be signed in to change notification settings - Fork 1k
Clarify exceptional access pattern for SPE requiring user licenses #10262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 186f6e0: 💡 Validation status: suggestions
docs/embedded/development/auth.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
@@ -87,6 +88,14 @@ To use [Microsoft Search](/microsoftsearch/overview-microsoft-search) on SharePo | |||
> [!NOTE] | |||
> Microsoft Search support for SharePoint Embedded content is in Preview and is subject to change. The access requirements for Microsoft Search on SharePoint Embedded content will align with the SharePoint Embedded authorization model in the future. Stay tuned. | |||
|
|||
#### Operations that require a user license | |||
|
|||
SharePoint Embedded is designed to work without the need for end-users to have any kind of Microsoft 365 product licenses assigned to them. However, there are certain operations that still require the end-user to have a SharePoint product license assigned to them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure if this is technically correct per se. A user has a MySite created but no longer have a license are technically not restrained. Let me run point to put together a more descriptive statement here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to "SharePoint Embedded is designed to work without the need for end-users to have any kind of Microsoft 365 product licenses assigned to them. However, there are certain operations that are not available to users without an ODB site."
Category
What's in this Pull Request?
Some SPE APIs still require a user licence to work in user-delegated mode. These are now documented in the Auth article.