one can set up an account here using OpenID .... Is there any info available for implementing CSLA membership functionality using OpenID ??
Anyone looked into issues re: alternatives for integrating the above into CSLA vs. the ASP.Net MVC2 solution on Codeplex ... http://mvcmembership.codeplex.com/
-- We now have to address lost password issues and issuing initial password / role assignment and creation ... we've got the basic login authentication functions working already
Steve
CSLA cares about exactly one thing: having a valid .NET principal object.
So if you can find a library or create your own functionality to interact with OpenID - that's great as long as you end up with a valid .NET principal object as a result.
Copyright (c) Marimer LLC