asp.net MVC authentication using OpenID

asp.net MVC authentication using OpenID

Old forum URL: forums.lhotka.net/forums/t/9343.aspx


SDM10012 posted on Sunday, August 08, 2010

 

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

 

 

 

RockfordLhotka replied on Monday, August 09, 2010

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