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 & user data). This means that there is no need anymore for SQL Azure (which is still supported out of the box – just not the default anymore).

The download includes a readme file with setup instructions. In a nutshell:

  • Create a new hosted service and upload your certificates
  • Modify the service configuration file in the download to your needs (signing cert, connection strings to storage…)
  • Deploy the package via the portal or other tools
  • Use the new Powershell scripts to add users

If you encounter any problem, please give me feedback.

This entry was posted in IdentityServer. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s