Thursday, 15 January 2015

How to add the referrer in .net / c# world to a post request for SAML authentication -



How to add the referrer in .net / c# world to a post request for SAML authentication -

i implementing sso authentication scenario posting saml token 3rd party provider...

i have implemented simple html form test purpose , trying post saml token 3rd party provider process , perform authentication , redirect....

the problem have 3rd party provider require me send specific values in referrer...

when post html page , aspx page unfortunately not able set referrer in http header....

how think acheive goal? can set on iis set referrer.... shall custom module or http handler add together dynamically???

thanks help!

post .net-2.0 httprequest saml

No comments:

Post a Comment