IdentityServer Beta 1 Refresh & Windows Azure Support
Posted
by Your DisplayName here!
on Least Privilege
See other posts from Least Privilege
or by Your DisplayName here!
Published on Tue, 31 May 2011 20:55:47 GMT
Indexed on
2011/06/20
16:38 UTC
Read the original article
Hit count: 336
IdentityServer
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 watch the intro video on the Codeplex site.
IdentityServer B1 (Windows Azure Edition)
I have now implemented all repositories for Windows Azure backed data storage. The
default setup assumes you use the ASP.NET SQL membership provider database in SQL
Azure and Table Storage for relying party, client certificates and delegation settings.
The setup is simple:
- Upload your SSL/signing certificate via the portal
- Adjust the .cscfg file – you need to insert your storage account, certificate thumbprint and distinguished name
- There is a setup tool that can automatically insert the certificate distinguished names into your config file
- Adjust the connection string for the membership database in WebSite\configuration\connectionString.config
- Deploy
Feedback
Feature-wise this looks like the V1 release to me. It would be great if you could
give me feedback, when you find a bug etc. – especially:
- Do the built-in repository implementations work for you (both on-premise and Azure)?
- Are the repository interfaces enough to add you own data store or feature?
© Least Privilege or respective owner