Thinktecture IdentityServer Azure Edition RC
        Posted  
        
            by Your DisplayName here!
        on Least Privilege
        
        See other posts from Least Privilege
        
            or by Your DisplayName here!
        
        
        
        Published on Fri, 27 Jan 2012 09:20:37 GMT
        Indexed on 
            2012/03/18
            18:20 UTC
        
        
        Read the original article
        Hit count: 338
        
IdentityServer
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.
© Least Privilege or respective owner