Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »


If you followed the mentioned steps and still face the same issue, feel free to contact us under support@roomz.io or book a short meeting Support Meeting - 15min


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.

https://roomzio.atlassian.net/wiki/spaces/SUP/pages/429850625/Booking+System#How-to-renew-the-client-secret

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 “enter resource email” 
  • No labels