url redirection - Ping Fed :How to re-direct back from Idp login page to Sp asp .net application to receive posted SAMLResponse? -


i going use ping federate authenticating existing asp .net web application. application stands sp. have link idp page. link looks (https://fed1.sys.xxxxxx.xx/idp/startsso.ping?partnerspid=xx-xxxx-xxxx).

this user enters credentials. after authentication samlresponse posted asp .net application(which sp).

i have following challenges;

  1. how call idp page asp .net application page?
  2. after how can receive samlresponse on page continue execution?

note: tried

response.redirect("https://fed1.sys.xxxxxx.xx/idp/startsso.ping?partnerspid=xx-xxxx-xxxx")  

so page redirecting idp login page. after how catch samlresponse on page?

on chrome debugger see samlresponse posted response how grab on default.aspx.cs page question.

  1. to call idp using saml2 protocol should issue authnrequest. saml2 sp (service provider) module correctly.
  2. you should use saml2 sp (service provider) module receive , validate saml2 response , establish user session.

so need sp implementation. there several available options, both commercial , open source.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -