ADFS WS-Trust client for Node.js
Joining two of my favorite topics, Node.js and Identity Federation I’ve created a very simple and minimalist WS-Trust client for Node.js, this module allows you to request a security token from ADFS using WS-Trust protocol. If you want to know how this works you can see the detailed explanation here. Also you can find the [...]
Windows Azure Access Control Service Management Client for Node.js
During the last months I’ve been working a lot with Node.js, I really like it. I’m building something huge, but I’ll talk about that later, the reason for this post is share with you a Node.js module in which I’m working on: a Windows Azure Access Control Service (recently renamed to Windows Azure Active Directory) [...]
Requesting a Token from ADFS 2.0 using WS-Trust with Username and Password
In a previous post I showed how to request tokens to ADFS using WS-Trust based on the identity of the user that requests the token. Due to I’ve received a lot of requests on the subject, here’s the code to do the same but using username and password, I mean request tokens from ADFS 2.0 [...]
Request a token from ADFS using WS-Trust from iOS, Objective-C, IPhone, IPad, Android, Java, Node.js or any platform or language
This is not just a SEO friendly name, in this post I want to show you a very easy way of providing Active Directory authentication in your apps, no matter the platform or language that you use, the only requirement is to be able to make an http post. Request for a Security Token To [...]
Claims Identity + C# 4.0 Dynamics
In this post I want to share with you something that I always use when I work with claim-based identity using Windows Identity Foundation. As you probably know, when you use claim-based identity in a project using WIF you have access to the user claims in the System.Thread.CurrentPrincipal.Identity property, but there is an small problem, [...]