Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » Geneva (RSS)
Negotiating SAML tokens for REST clients with the HttpClient class
Continuing my post “Brokered authentication for REST active clients” , I will show today how the client code can be simplified using the new HttpClient (WCF REST Starter kit 2) and some custom http processing stages attached to its pipeline. The first...
Brokered authentication for REST active clients with SAML
I have been thinking for a while about what could be a good way to support brokered authentication for active REST clients. Something I did not want to do was to force the use of WS-Trust Active profile, which is in essence SOAP based. Some of the qualities...
Posted: Mar 06 2009, 04:32 PM by cibrax | with 6 comment(s)
Filed under: , , ,
Carrying sensitive information in SAML assertions
When SAML is used in conjunction with WS-Security, only an small piece of the token is encrypted, the proof key for the relying party. The rest of the token goes in plain text, that also includes the user's claims. < saml:Assertion > < saml:Conditions...
WS-TRUST profiles and Cardspace
Geneva framework supports today the two WS-Trust profiles, Active and Passive. The active profile deals specially with applications that are able to make soap request to any WS-Trust endpoint. On other hand, the passive profile is for clients that are...
Security Token Handlers in Geneva Framework
According to the Geneva documentation, "SecurityTokenHandler defines an interface for plugging custom token handling functionality. Using the SecurityTokenHandler you can add functionality to serialize, de-serialize, authenticate and create and specific...
Posted: Feb 04 2009, 08:38 AM by cibrax | with 1 comment(s)
Filed under: ,
Some thoughts on Portable STS (P-STS) and Geneva Cardspace
The other day and friend of mine asked me about portable STS implementations, if I knew about any available solution that he could use on his company. That reminded me of a conversation I had like two years ago with another developer working on custom...
Claims negotiation between a consumer, STS and Relying Party in WCF
According to the WS-Trust specification, a service consumer has a way to negotiate or ask for specific claims to the STS. Those claims (or some of them) will be generally used by the service implementation running on the relying party. They are negotiated...
Posted: Jan 28 2009, 12:45 PM by cibrax | with 1 comment(s)
Filed under: , ,
More Posts