Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I have created policy file(WSE 3.0 and using Vs2005)) which contains Client and Service certificates.
And I have been able to genearting STS token from my webservice proxy client using
proxy.Setpolicy("MyPolicy").



Now I need to include SAML Assertion(Subject and authorization) inside STS <security> element in my client request. How to genearte SAML assertion and include inside STS token programagtically.

This is how I want:
<security>
 <Saml:Assertion>
   <subject>
    
   </subject>
 </Saml:Assertion>
</Security>
</pre>

Thanks inadvance

Thanks,
Srinivas Kalagara
Posted
Updated 12-Jun-11 17:33pm
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900