-
Recent Posts
- Customizing IdentityServer
- ASP.NET Web API Authentication: Using multiple (simultaneous) Authentication Methods with Thinktecture AuthenticationHandler
- LeastPrivilege on Flipboard
- Support for X.509 Client Certificates in Thinktecture.IdentityModel for Web API
- Web API Security: JSON Web Token/OAuth2 with Thinktecture.IdentityModel AuthenticationHandler
Categories
- .NET Security (32)
- ASP.NET (89)
- Azure (26)
- Conferences & Training (27)
- IdentityModel (284)
- IdentityServer (77)
- OAuth (23)
- Photography (14)
- Resources (1)
- Uncategorized (549)
- WCF (104)
- WebAPI (78)
Tweets
- RT @richardblewett: Shindler’s Lifts http://t.co/SOWVG6munp 19 hours ago
- Skógafoss tmblr.co/ZtWeVslF2fZL #iceland 1 day ago
Feed
Archives
- 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: October 2012
Update on Thinktecture IdentityServer v2 Beta (Refresh 2)
Just wanted to give you a quick update what’s happening with IdentityServer. Brock and I were working really hard to get some new features in, e.g. Mobile support for the login and home realm discovery pages Standards compliant OAuth2 flows … Continue reading
Posted in ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI
Leave a comment
Using Claims-based Authorization in MVC and Web API
.NET 4.5 ships with a claims-based authorization infrastructure around the ClaimsAuthorizationManager class. I have written about that before, and I am still a fan of that approach (not necessary of the non-existent tooling). Claims-based authorization encourages you to have a … Continue reading
Posted in .NET Security, ASP.NET, IdentityModel, WebAPI
16 Comments
Extensions to the Web API/MVC + Forms/Basic Auth Sample: Claims Transformation and AJAX
I got two questions on the sample from yesterday. AJAX Clients”Will AJAX clients be able to use the Forms Authentication cookie against Web API?” Yes, indeed. In that case add the following flag to the authentication configuration: var authConfig = … Continue reading
Posted in ASP.NET, IdentityModel, WebAPI
8 Comments
Mixing MVC + Forms Authentication and Web API + Basic Authentication
Got several emails recently with questions on how to enable the following scenario: ASP.NET application (e.g. MVC) using Forms Authentication and Web APIs using Basic Authentication to authenticate against a unified user store. This is actually quite simple to achieve … Continue reading
Posted in ASP.NET, IdentityModel, WebAPI
26 Comments
Federation Gateway and Home Realm Discovery in Thinktecture.IdentityServer v2
I just uploaded a “feature-refresh” of the IdSrv Beta to github. This includes amongst some bug fixes the ability to use IdSrv as a federation gateway/home realm discovery page. This gives you the ability to use IdSrv to broker trust … Continue reading
Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer
1 Comment
Thinktecture IdentityServer 2 Tutorial: The 1st Web Application
https://vimeo.com/51666380 Shows how to setup a web application with identity server for authentication. Have fun!
Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer
2 Comments
Feedback for IdentityModel and IdentityServer
Thanks for all the feedback!! To keep things more organized, please use the issue tracker on github. Otherwise all the information will be scattered across IM, email, twitter and blog comments… https://github.com/thinktecture/Thinktecture.IdentityModel.45/issues https://github.com/thinktecture/Thinktecture.IdentityServer.v2/issues thanks!
Posted in Uncategorized
Leave a comment
Samples for Thinktecture.IdentityModel
Many people seem to overlook the samples directory in IdentityModel. So I thought I quickly summarize what you can find there: CorsSamplesSamples and test that show the usage of the CORS support in Web API, MVC and plain IIS. Web … Continue reading
Posted in ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI
30 Comments
Setup Thinktecture IdentityServer v2 in 7 minutes
Here’s how: https://vimeo.com/51088126 HTH
Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI
7 Comments
Thinktecture IdentityServer v2 BETA
IdentityServer v2 beta is done! You can get it from the new thinktecture organization page on github as well as the new project page for IdentityServer (or directly from the download page). What’s new?Well – on the surface IdSrv 2 … Continue reading
Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI
5 Comments
