SSO Log Out URL is not working
Original Question or Issue:
When setting SSO authentication and indicating a log out URL, users encounter and error page when logging out from the FileCloud Web UI.
Environment:
- Product - FileCloud Server/Online
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Below is an example screenshot when using Azure Entra ID as IdP provider:
Defect or Enhancement Number:
Cause:
A flag in the FileCloud Server has not been enabled:
Resolution or Workaround:
Notes:
- Make sure that the correct URL is indicated in the Admin Portal >> Settings >> SSO >> IdP Log Out URL (Optional) field. This value can be found in your SAML application.
-
Add a setting to the FileCloud config file:
- Open the configuration file:
Windows: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
Linux: /var/www/config/cloudconfig.php -
To make the IdP Log Out URL setting effective, add:
define("TONIDOCLOUD_SAML_SIGNED_LOGOUT", 1);
- Open the configuration file:
- For FileCloud Online/GovCloud instances, contact FileCloud Support