Hi,
I've got response from IDP as below, but I think I should be automatically redirected into server back to render this HTML? Now I have it as HTML and I can't it rendered as I should. I am using HTTPWebRequest & HTTPWebResponse
HTML below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><link type="text/css" rel="stylesheet" href="/p2sa/rfRes/skinning.ecss.jsf?db=eAE78Y1hMgAGmQJS" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>XXX</title><link href="stylesheet/theme.css" rel="stylesheet" type="text/css" /></head><body><div class="wrapper" align="center"><div class="help_link"><a href="/help/Pomoc_online.htm" target="_blank">Help</a></div><table width="1200px"><tr><td align="center"><img src="/xxx/xxx.png;jsessionid=59CC43D642511206769E89B3814540D8.worker_idp1" /></td></tr><tr><td align="center"><table align="center"><tr><td align="center"><font size="5">Wybierz sposób w jaki chcesz się uwierzytelnić</font></td></tr><tr><td align="center"> <form action="/xxx/SamlAuthenticationChoiceServlet" method="post" name="authMethodForm"><table cellpadding="0" cellspacing="10"><tbody><tr><td><input type="hidden" name="authenticationMethod" /></td></tr><tr><td><input type="submit" value="Certyfikat" id="certyfikat" style="width: 150px; height: 40px; font-size: 15px; border-radius: 3px 3px 3px 3px" onclick="xxx();" /></td></tr><tr><td><input type="submit" value="Login/Hasło" id="loginPwd" style="width: 150px; height: 40px; font-size: 15px; border-radius: 3px 3px 3px 3px" onclick="xxx('1')" /></td></tr><tr><td><input type="submit" value="ePUAP" id="epuap" style="width: 150px; height: 40px; font-size: 15px; border-radius: 3px 3px 3px 3px" onclick="xxx('2')" /></td></tr></tbody></table></form></td></tr></table></td></tr></table></div><div class="footer" align="center"><table width="1200px" align="center"><tr><td align="center"><img src="/xxx/bottomBanner.png;jsessionid=59CC43D642511206769E89B3814540D8.worker_idp1" style=" width : 1200px;" /></td></tr><tr><td align="right"><p style="text-align: right; margin-top: -35px; padding-right: 20px; font-size: 8px;; color: #44B1CB;">wersja: 1.1.0, rewizja: 9295</p></td></tr><tr><td align="center"><p style="text</p></td></tr></table></div></body></html>
Thanx for any info.