By: neha malhotra user 30 Dec 2017 at 9:53 a.m. CST

3 Responses
neha malhotra gravatar
url flow in IE11 https://<service_provider_url>/abc ---->GET ---> /site/saml/login?idp=https://<idp url>/idp/shibboleth ---> gives 404 same flow in firefox and chrome https://<service_provider_url>/abc ---->POST ---> /idp/profile/SAML2/POST/SSO ---> open IDP login screen (works fine) Why in IE11 its not working

By Mohib Zico staff 30 Dec 2017 at 9:59 a.m. CST

Mohib Zico gravatar
>> /site/saml/login?idp=https://<idp url>/idp/shibboleth See what you get with https://[idp_url]/idp/shibboleth; you won't get login page.. but 'idp metadata' link. You need to call SingleSignOnURI to get the login page.

By neha malhotra user 30 Dec 2017 at 10:46 a.m. CST

neha malhotra gravatar
Hi Mohib, We are doing POST at /idp/profile/SAML2/POST/SSO which redirects to IDP login page. This behaviour is working fine in firefox and chrome but not on IE11. Any reason of same flow not working on IE but working on chrome/FF

By Mohib Zico staff 30 Dec 2017 at 10:49 a.m. CST

Mohib Zico gravatar
There shouldn't be any browser specific issue; check IDP logs + apache logs for more info and create a new ticket with logs if you need.