Skip to content
English
  • There are no suggestions because the search field is empty.

Tenant SSO login redirecting to a different Idp URL

Original Question or Issue:

SSO redirection for the tenant site is not reaching the correct Idp.


Environment:

  • Product - FileCloud Server

    Version - Any

    Platform - Any


Steps to Reproduce:

In a multi-tenant environment, add the following to the cloudconfig.php file.

define("TONIDOCLOUD_SSO_FULLURL_OVERRIDE", "https://Force_Idp_URL");


Error or Log Message:

NA


Defect or Enhancement Number:

NA


Cause:

The Idp URL was forced to a specific Idp on cloudconfig for all tenants


Resolution or Workaround:

Removing the flag will allow retrieving the corresponding Idp URL from the DB entry for the tenant.