asp.net mvc - How to make HttpWebRequest call using Claims Token? -
i have 2 websites - abc.com , xyz.com. both in asp.net mvc4. both configured relying parties against common acs (secure token service) in turn delegating google.
first make call abc.com, once authenticated against google, claims identity in code using thread.currentprincipal.identity. need programmatically make httpwebrequest/webclient call xyz.com token , response.
i not able find tutorials or questions around topic. insight highly appreciated. how make httpwebrequest call using claims token?
thanks,
Comments
Post a Comment