-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Guest Invite Standard does not apply - provides error in the LogBook #3357
Comments
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/ Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!". |
I confirm that I have checked the documentation thoroughly and believe this to be an actual bug. |
Please try changing the setting of the standard, and resaving it. |
Not sure if replying re-opens this or if this is even the correct thing to do. But I tried changing the setting and resaving and issue persists. Should I open a support ticket instead? |
@bits-ie-github We are having the same issue with the guest invite standard. Did you find a workaround? Tried the suggestion to change and resave the standard, it did not help. |
@joaadvi, I believe this has been fixed in dev and should be in the next update. |
Description
We have the Guest Invite standard configured and set to Admins, Guest inviters and All Members. I believe this should set the "allowInvitesFrom" under the policies/authorizationPolicy/authorizationPolicy endpoint to "adminsGuestInvitersAndAllMembers".
This standard fails to apply to the tenants and the error in the logbook states "Failed to update Guest Invite setting to System.Management.Automation.OrderedHashtable"
It looks like the Graph request in "Invoke-CIPPStandardGuestInvite.ps1" is trying to provide an object and I believe it requires a string, but I might be wrong there. https://learn.microsoft.com/en-us/graph/api/resources/authorizationpolicy?view=graph-rest-1.0#json-representation
Environment data
The text was updated successfully, but these errors were encountered: