-
Recent Posts
Categories
- .NET Security (34)
- ASP.NET (90)
- AuthorizationServer (2)
- Azure (27)
- Conferences & Training (29)
- IdentityModel (293)
- IdentityServer (84)
- OAuth (31)
- Photography (14)
- Resources (1)
- Uncategorized (550)
- WCF (105)
- WebAPI (87)
Tweets
- RT @aliostad: Vintage social networking image-store.slidesharecdn.com/896456be-d40d-… 16 minutes ago
- even more unit tests #authorizationserver 30 minutes ago
Feed
Archives
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
Monthly Archives: November 2011
StarterSTS on IIS 6
Sam Huggill wrote a great post on how to get StarterSTS working on IIS 6. Thanks Sam!
Posted in IdentityServer
Leave a comment
Token based Authentication for WCF HTTP/REST Services: Authorization
In the previous post I showed how token based authentication can be implemented for WCF HTTP based services. Authentication is the process of finding out who the user is – this includes anonymous users. Then it is up to the … Continue reading
Posted in IdentityModel, IdentityServer
2 Comments
Token based Authentication for WCF HTTP/REST Services: The Client
If you wondered how a client would have to look like to work with the authentication framework, it is pretty straightfoward: Request a token Put that token on the authorization header (along with a registered scheme) and make the service … Continue reading
Posted in IdentityModel, IdentityServer
Leave a comment
Token based Authentication for WCF HTTP/REST Services: Authentication
This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer The framework I am using/building here is not the only … Continue reading
Posted in IdentityModel, IdentityServer
Leave a comment
Token based Authentication and Claims for Restful Services
WIF as it exists today is optimized for web applications (passive/WS-Federation) and SOAP based services (active/WS-Trust). While there is limited support for WCF WebServiceHost based services (for standard credential types like Windows and Basic), there is no ready to use … Continue reading
Posted in IdentityModel, IdentityServer
Leave a comment
Need WIF Training?
I spend numerous hours every month answering questions about WIF and identity in general. This made me realize that this is still quite a complicated topic once you go beyond the standard fedutil stuff. My good friend Brock and I … Continue reading
Fiddling with ADFS Traffic
ADFS uses SSL extended protection which made observing traffic with Fiddler harder to impossible. Fortunately, this can be fixed – Eric Lawrence writes about it here.
Posted in IdentityModel
Leave a comment
Updated IdentityServer Sample Relying Party
I just uploaded a new version of the sample relying party. The three changes are: Added a session token diagnostics page. This allows to look at cookie sizes, details and the raw contents Sample code to switch to session mode … Continue reading
Posted in IdentityModel, IdentityServer
Leave a comment
Switching to WIF SessionMode in ASP.NET
To make it short: to switch to SessionMode (cache to server) in ASP.NET, you need to handle an event and set a property. Sounds easy – but you need to set it in the right place. The most popular blog … Continue reading
Posted in IdentityModel
5 Comments
