Microsoft 365 / Exchange Online
Content
If you followed the mentioned steps and still face the same issue, feel free to contact us under Contact
ClientSecretCredential authentification failed (occurs just with “Application Permission”)
This error occurs when the client secret of the application (in Entra ID) has expired (max. 24 month)
Go to your “Entra ID” search for our ROOMZ application and create a new client secret, make sure to copy the value key. Navigate back to the ROOMZ portal and under setup > booking system > settings insert the new key.
Microsoft 365 / Exchange Online (FAQ) | How to renew the client secret (For application permission)
Code: ErrorInvalidUser / Error no access / access denied
If you have this or similar errors its common that your application or user don’t have access to the resource yet. Make sure all the commands from our configuration guide were executed successfully 2 - Booking System preparation
If you’ve done the configuration correctly, check the actual permission on the resource with the following Powershell command
Get-MailBoxPermission “resource email”
Code: ErrorAccessDenied ODATA disabled
If you have this error, most likely the resource isn’t part of the mail enabled security group yet, so the application doesn’t have access to it. Add the resource to the security group over PowerShell command or Microsoft 365 (Application Permission Security group) | 2.2 Graphical user interface to solve the issue.
Add-DistributionGroupMember -Identity "name of group" -Member "resource email"