Pablo M. Cibraro (aka Cibrax)
My thoughts on Web Services and .NET development
-
Addressing authorization with OAuth or the .NET Access Control Service
OAuth
-
WS-TRUST profiles and Cardspace
Geneva framework supports today the two WS-Trust profiles, Active and Passive.
-
Security Token Handlers in Geneva Framework
According to the Geneva documentation,
-
Buenos Aires MSDN and Technet Briefing 2009
I just got an email from Miguel Angel Saenz confirming the date of the next biggest Microsoft event in Buenos Aires Argentina, "MSDN briefing", which will take place on March 25th.
-
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 .NET CLR framework version for portable devices (like smartcards). As part of that project, his team was also working on a TCP/IP communication stack for the device, and a http handler for accepting raw WS-TRUST messages. One goal for that project was to have a P-STS that could be interoperable with WCF. The idea seemed very promising at time.
-
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.
-
Running a partial SSL website with ASP.NET MVC
Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before jumping in this post, make sure to read his post (And Dominick's) to understand all the problems you may have to deal with when implementing a partial SSL website.
-
Describing RESTful applications
The other day I came across this interesting article written by Subbu Allamaraju, where he discusses some of the aspects that drive the design of a pure and self-describing RESTful interface for a service (Or service contract in other words).
-
Sticky notes plugin for Visual studio 2008
My good friend Pablo Galiano has released a pretty cool plug-in for Visual Studio 2008, Sticky Notes. In a few words, this extension allows you to attach sticky notes to your code, which can be personal notes (Only visible to you) or team notes (visible to the entire team).
-
Some issues added in codeplex for the WCF REST Starter kit
I just created some issues in codeplex for the features I discussed last week in these two posts: