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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -