SAML SSO redirect using Index.html - How do I implement the login page for my MxAdmin and a few other users who would access the app outside of SSO

0
Hi. I am implementing an app with SAML SSO (SAML 20). I basically have everything setup and working and the SSO operation is working correctly. However, I have some 'local' users who will access the app via the usual logon procedure outside of SSO. I have implemented the SSO to work off the index.html page by adding in the '<meta http-equiv="refresh" content="0;URL=/SSO/" />' to the head of the page and added in a second index.html page and set this in the SSOLandingPage configuration constant. So currently if I type in the appurl or the appurl/index.html into a browser I am taken into the app via the SSO process. All good. I have added in the old login page to the DefaultLoginPage configuration constant but am now struggling with how I access it. I must be missing a step or a further bit of configuration as I cannot get to my local login page. Can someone please assist as I'm sure this must have been done by others before me?
asked
3 answers
1

We use a similar contstruction in some of our projects - if you add index-admin.html that should usually have the desired effect. I'm unsure if this is a standard setting in the SAML module, but it might be worth a try. If this doesn't resolve the issue, let me know and I'll do some more digging to see where this was originally set.

answered
1

Oh dear. Sorry guys. I have been a bit of a dummy and been using an https:// url instead of an http:// one. It is working fine. I have also removed the SAML constant DefaultLoginPage value as its not needed in my situation.

answered
0

answered