System Administrator
Jahia 7.3
Jahia 8
Legacy
Logout redirection using absolute url to /cms/render/default/... is not working using HTTPS
Question
Is it possible to setup a logout redirection to /cms/render/default/...
using an absolute URL?
For instance:
https://myPC.example.com/cms/logout?redirect=https://myPC.example.com/cms/render/default/en/sites/digitall/home/our-companies.html
Answer
Using such redirection is currently not supported. But workarounds can be considered:
- Use a relative redirect link if the server name is the same: https://myPC.example.com/cms/logout?redirect=/cms/render/default/en/sites/digitall/home/our-companies.html
- Use a "live" redirect link instead of a "default" one. The logout being process, the default workspace cannot be reached in all cases: https://myPC.example.com/cms/logout?redirect=https://myPC.example.com/cms/render/live/en/sites/digitall/home/our-companies.html