SAML module redirecting non sso login to /SSO/URL

1
Hi, I implemented the SSO in my App and configured the SSO landing page as below Create copy of index.html rename copied file to index3.html Add <meta http-equiv="refresh" content="0;URL=/SSO/" /> in index.html  Change SSO configuration constant(SSOLandingPage) value as - index3.html SSO login works fine but when I want to login as non-sso user (MxAdmin) using following URL: http://localhost:8080/login.html, it redirects me to SSO URL after clicking on Sign in button. I am not sure what other configuration is required. Can someone help me in fixing this issue?
asked
1 answers
1

Hi Mohan and Yago,

If you delete the metafresh on index.html you can edit the login.html with a extra button that leads to https//:yourapp/SSO. This will give the user the option to sign on with SSO or local account.

Or your can direct your non-sso user directly to login.html. 
This more an archeticturel issue then a technical.

answered