We are using ComponentSpace.SAML2.Profiles.SSOBrowser.IdentityProvider and calling SendSAMLResponseByHTTPPost to perform SSO and redirect a user to another URL.This is working fine on IE and Firefox, but on Chrome the following is displayed in the browser
<html xmlns=“ “>http://www.w3.org/1999/xhtml”> <body onload=“document.forms.samlform.submit()”>
Note: Since your browser does not support Javascript, you must press the Continue button once to proceed.
<form id=“samlform” action=”https://REDACTED URL" method=“post”> <input type=“hidden” name=“RelayState” value=“https://REDACTED URL”/>
T
his is working on Chrome in a local environment with the same code.There are some SSL certificate issues on the environment where we are experiencing the problem. Not sure if this could be related - is Chrome is more strict about this than other browsers?I have also posted this on StackOverflow
http://stackoverflow.com/questions/30315516/raw-markup-displayed-in-chrome-instead-of-sso-redirect-identityprovider-sendsa