Category Archives: IdentityServer

Managing ASP.NET Membership and Roles without Visual Studio

I made a conscious decision to not include any user management features in IdentityServer. It’s a token service. In addition it is based (at least by default) on the standard ASP.NET membership, roles and profile features. So there should be … Continue reading

Posted in ASP.NET, IdentityServer | 9 Comments

Update on Thinktecture.IdentityServer for .NET 4.5

I made some progress on the 4.5 version. It is now a real .NET 4.5/MVC 4 application and I made some minor changes to data handling: Switched to the new universal providers for ASP.NET Switched to SQL Server LocalDB as … Continue reading

Posted in IdentityModel, IdentityServer, WebAPI | 15 Comments

Thinktecture.IdentityServer for .NET 4.5

I have uploaded the first bits of the 4.5 version of IdentityServer to github. I didn’t have time to test this extensively, but since some people have asked me about it, I just uploaded the current snapshot. Feedback is always … Continue reading

Posted in IdentityModel, IdentityServer, WebAPI | Leave a comment

Moving IdentityServer to .NET 4.5

Yesterday evening I ported IdSrv to .NET 4.5. It took only 1-2 hours, I was surprised. Will publish the code once we get closer to .NET RTM.

Posted in IdentityServer | Leave a comment

Thinktecture IdentityServer and Contrib Project now on GitHub

title says it all really. I even have a contribution from the community already – a user repository that authenticates against Active Directory. Thanks Marcel Scherpenisse. URLs are: https://github.com/thinktecture/Thinktecture.IdentityServerhttps://github.com/thinktecture/Thinktecture.IdentityServer.Contrib

Posted in IdentityModel, IdentityServer | Leave a comment

SharePoint Web Service, ADFS and StarterSTS/IdentityServer

Another nice piece from Sam! thanks! http://www.huggill.com/2012/02/04/claims-proxy-a-c-sharp-library-for-calling-claims-protected-web-services/

Posted in IdentityModel, IdentityServer | Leave a comment

StarterSTS hits 10k downloads

Thanks to all who downloaded, tested and improved StarterSTS. We just hit 10k downloads.   Now it is time to move on. Please use IdentityServer from now on, as StarterSTS will not be maintained anymore. Have fun!

Posted in IdentityModel, IdentityServer | Leave a comment

IdentityServer v1.0.1 On-Premise and Azure Edition

I just uploaded the final Azure Edition as well as a combined Azure and on-premise source package to Codeplex. http://identityserver.codeplex.com/releases I am also in the process of building a wiki for documentation – it is not done yet – but … Continue reading

Posted in IdentityModel, IdentityServer | Leave a comment

Thinktecture IdentityServer Azure Edition RC

I found some time over the holidays to finalize the Azure edition of IdentityServer. http://identityserver.codeplex.com/releases/view/81206 The biggest difference to the on-premise version (and earlier Azure betas) is, that by default IdSrv now uses Azure Storage for all data storage (configuration … Continue reading

Posted in IdentityServer | Leave a comment

Google Apps and IdentityServer

nice!

Posted in IdentityServer | Leave a comment