Skip to content
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

Sharepoint policy 1.4 setting RequireAcceptingAccountMatchInvitedAccount seems to be deprecated or ignored #1267

Closed
tkol2022 opened this issue Aug 7, 2024 · 0 comments · Fixed by #1270
Assignees
Labels
bug This issue or pull request addresses broken functionality
Milestone

Comments

@tkol2022
Copy link
Collaborator

tkol2022 commented Aug 7, 2024

🐛 Summary

The Sharepoint admin setting for policy 1.4 "Guests must sign in using the same account to which sharing invitations are sent", backend field RequireAcceptingAccountMatchInvitedAccount looks like it is being deprecated or simply ignored. We can no longer locate this setting in any of the test tenant Sharepoint admin centers and when we execute the code below, it does nothing and the value of the variable always comes back false. We are not the only ones experiencing this problem.

It is not clear yet but we might need to turn off or remove this from Scuba, because it doesn't make sense to have a policy that A) doesn't exist in the admin center and B) the user cannot configure via Powershell either.

Set-PnPTenant -RequireAcceptingAccountMatchInvitedAccount $true
(Get-PnPTenant).RequireAcceptingAccountMatchInvitedAccount # this always returns $false

image

image

This is the respective setting described in the baseline.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
None yet
2 participants