Invalid License Host Error during SAML Configuration with Microsoft Entra ID
Original Question or Issue:
SAML configuration with Microsoft Entra ID returns the error: License check failed: Invalid License Host.
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
License check failed: Invalid License Host.
Defect or Enhancement Number:
Cause:
Missing host entry in cloudconfig.php
Resolution or Workaround:
Add the following definition to the `cloudconfig.php` file, save the file, and upload the license again:
```
define("TONIDOCLOUD_ALLOWED_HOSTS", "localhost, 127.0.0.1, filecloudURL");
```
`cloudconfig.php` file locations:
- Windows: `drive letter:\xampp\htdocs\config\cloudconfig.php`
- Linux: `/var/www/html/config/cloudconfig.php`
Notes: