Category Archives: IdentityServer

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

IdentityServer and SharePoint Walkthrough

Brian has posted a great walkthrough on how to setup idsrv in conjunction with SharePoint. Thanks! http://sharepintblog.com/2011/10/23/sharepoint-claims-based-authentication-with-thinktecture-identity-server-walkthrough/

Posted in IdentityServer | 1 Comment

Thinktecture.IdentityServer RC

I just uploaded the RC of IdentityServer to Codeplex. This release is feature complete and if I don’t get any bug reports this is also pretty much the final V1. Changes from B1 The configuration data access is now based … Continue reading

Posted in IdentityServer | Leave a comment

Roadmap for Thinktecture IdentityServer

I got asked today if I could publish a roadmap for thinktecture IdentityServer (idrsv in short). Well – I got a lot of feedback after B1 and one of the biggest points here was the data access layer. So I … Continue reading

Posted in IdentityServer | Leave a comment

IdentityServer Installation Walkthrough

Claudio Sanchez has created a little walkthrough for installing IdentityServer. While he uses B1 refresh, I anticipate no changes for RTM (which is sitting here on my hard drive almost ready for publishing). Thanks Claudio!

Posted in IdentityServer | Leave a comment

Sample Relying Party for Thinktecture.IdentityServer

I uploaded a sample RP for IdentityServer. It shows some basic things like connecting a web application via WS-Federation and a SOAP service via WS-Trust.

Posted in IdentityModel, IdentityServer | 5 Comments

Migrating a Local IdentityServer Membership Database to SQL Azure

This is a useful tool to accomplish this: http://sqlazuremw.codeplex.com

Posted in Azure, IdentityServer | Leave a comment

IdentityServer Azure Edition Screencast

I recorded a short screencast about the Windows Azure Edition of IdentityServer. It includes a quick walkthrough of the solution and setup instructions. http://identity.thinktecture.com/download/identityserver/WindowsAzureEditionB1.wmv

Posted in IdentityServer | Leave a comment

IdentityServer Beta 1 Refresh & Windows Azure Support

I just uploaded two new releases to Codeplex.   IdentityServer B1 refresh A number of bug fixes and streamlined extensibility interfaces. Mostly a result of adding the Windows Azure support. Nothing has changed with regards to setup. Make sure you … Continue reading

Posted in IdentityServer | Leave a comment

Weird 302 Redirects in Windows Azure

In IdentityServer I don’t use Forms Authentication but the session facility from WIF. That also means that I implemented my own redirect logic to a login page when needed. To achieve that I turned off the built-in authentication (authenticationMode=”none”) and … Continue reading

Posted in Azure, IdentityServer | Leave a comment