Category Archives: IdentityServer

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

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 | 32 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 | 7 Comments

Update on IdentityServer

Preparing for the things to come (very soon), I had to rename the Github repositories for IdentityServer. Sorry for any inconvenience. V1 – https://github.com/thinktecture/Thinktecture.IdentityServer.v1 V2 (beta next week) – https://github.com/thinktecture/Thinktecture.IdentityServer.v2

Posted in ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI | 6 Comments

“Windows Azure, Identity & Access – and you” Talk from Cloudburst 2012

My talk from Cloudburst 2012 is available here: http://www.streamshed.com/microsoft/cloudburst.htm# This was a nice little conference. recommended. (make sure to also watch Christian’s ServiceBus talk, which also involves identity quite a bit ;)

Posted in .NET Security, Azure, Conferences & Training, IdentityModel, IdentityServer | 2 Comments

ClaimsIdentity, IsAuthenticated and AuthenticationType in .NET 4.5

There is a subtle (breaking) change of behavior between WIF 1.0 and .NET 4.5. The IIdentity interface has the IsAuthenticated property. This is typically set to true whenever you deal with implementations of that interface, e.g as soon as you … Continue reading

Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI | 15 Comments

Thinktecture.IdentityServer for .NET 4.5 CTP 1

You can get stable bits now on github. The current version supports WS-Federation, WS-Trust, OAuth2 (resource owner credential profile) and a simple HTTP endpoint. Feedback is always welcome!

Posted in .NET Security, ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI | Leave a comment

Update on Thinktecture IdentityServer

It’s been quiet lately around IdSrv, and the reason is that we are actively working on it ;) But to clear up some confusion, this is the current state: The current stable versions are for .NET 4.0/WIF only. You can … Continue reading

Posted in ASP.NET, IdentityModel, IdentityServer, WCF, WebAPI | 13 Comments

WIF & .NET 4.5 Identity and Access Control Training

Just a quick update – I will run my public WIF class for the last time on the 14th/15th November in Oslo (the dates on the page are not correct anymore). After that there will be a brand new .NET … Continue reading

Posted in .NET Security, ASP.NET, Azure, Conferences & Training, IdentityModel, IdentityServer, WCF, WebAPI | 6 Comments