http://jon.torresdal.net/
Name: http://jon.torresdal.net/
Score: 106.07
Last Seen: 1039 days, 23 hours, 16 minutes ago
Member Since: 8 May, 2009
DotNetShoutout
atom rss
7
Shouts

jon torresdal - Screen Cast: Windows Identity Foundation and Active Directory Federation Services

published 1062 days, 17 hours, 3 minutes ago posted by http://jon.torresdal.net/http://jon.torresdal.net/ 1064 days, 17 hours, 35 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 11:36:41 AM GMT
A few months back I went on a tour with MSDN Live here in Norway talking about WIF and ADFS. These talks where recorded, but only in Norwegian, so I did a screen cast of the same talk in English. This will eventually be available on Channel9, but until then I’ve made it available here. WIF together with AD FS 2.0 really made it easy to do federation with partner organizations whic... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: blog.torresdal.net
tags: Security, ADFS, WIF, STS, Federation, ASP.NET
5
Shouts

Home Realm Discovery In WIF And ADFS 2.0 By Query String

posted by http://jon.torresdal.net/http://jon.torresdal.net/ 1133 days, 10 hours, 7 minutes ago
Sunday, April 18, 2010 7:04:40 PM GMT
When working with passive federation you quickly run into Home Realm Discovery (HRD) (I couldn’t help notice that the short name became HRD which reads HARD ). Anyways, HRD is about which identity provider (IP-STS) should authenticate the user and how to properly redirect the user to their home IP-STS. One example where HRD comes into play is when an organization have multiple partners that authenticate ... (more)
category: Web Dev | clicked: 23 | comment | | source: blog.torresdal.net
tags: ADFS, WIF
2
Shouts

Using IIS7 And Application Request Routing as Load Balancer – Part 2

posted by http://jon.torresdal.net/http://jon.torresdal.net/ 1193 days, 18 hours, 18 minutes ago
Wednesday, February 17, 2010 10:53:38 AM GMT
Using IIS7 And Application Request Routing as Load Balancer – Part 2 In part 1 I explained why I needed a load balancer that was capable of doing smart balancing decisions using more than just IPs and why I decided to use IIS7 and Application Request Routing (ARR). In this part I will give a detailed explanation of how to setup ARR on Windows Server 2008 R2 Web Server Core. Server Core provide the following benefits over traditional installations according... (more)
category: Web Dev | clicked: 2 | comment | | source: blog.torresdal.net
tags: IIS7, ARR, Application Request Routing, IIS