Thinktecture IdentityServer Azure Edition RC
- by Your DisplayName here!
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.