Hi there,
we're running a project where indicium is reachable from multiple URL's. An issue that we're seeing is the following.
- Client goes to subdomain.company.com
- Since OpenID and local accounts are active he gets a url that redirects him to subdomain.company.com/indicium/
- After entering valid credentials the client is redirected to subdomain.internal.company.com/indicium/ (Logically the interface doesn't indicate the user is logged in as the domain is different.)
On the subdomain.company.com/indicium/ page the close button (top right) also redirects the user to the internal domain.
Questions
- Can I make indicium comply with the URL that was used to call it? This would make the internal url usable.
- How can I teach indicium that it has a BaseUrl I want it to use? This would make the internal url unusable.
- Or do I need to deploy redirect in IIS to achieve this?