We want to access our Universal GUI application from multiple domains and would like to know if this is possible.
We have set in our Azure env the FD to handle second domain, and all works ok into seeing the login screen.
The Universal GUI however only supports to be configured 1 to 1 in the config.json → serviceurl parameter with the same domain of the url is accessed from.
Is it possible that we specify an array of service urls like below ?
"serviceUrl": r"https://sub.domain.com/indicium/iam/iam",
"https://subdomain.azurefd.net/indicium/iam/iam"
]