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;
- how call idp page asp .net application page?
- 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.
- to call idp using saml2 protocol should issue authnrequest. saml2 sp (service provider) module correctly.
- 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
Post a Comment