SSO Redirection Issue

0
Hi All,   I’m working on an application that uses SSO to authenticate the user. The issue is when I hit the application url + ‘/SSO/’ – https://baseURL.cloud/SSO/ it works fine. But, on using just the base URL – https://baseURL.cloud it lands on login.html page, i.e., it does not get redirected to /SSO/. I’ve added this to index.html page – if (!document.cookie || !document.cookie.match(/(^|;)originURI=/gi))             document.cookie = "originURI=/SSO/"; Still the redirection does not work for me. Please suggest a resolution.  
asked
0 answers