Is there any tutorial available on how to use DotNetOpenAuth library? How to use the database which comes with the ASP.NET Authentication and extend it to use OpenAuth library?
Thanks
|
Is there any tutorial available on how to use DotNetOpenAuth library? How to use the database which comes with the ASP.NET Authentication and extend it to use OpenAuth library? Thanks |
|||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Ok here is how I would approach it (I'm sure there are some tutorials out there), I would first build the authentication system then implement my own version of membership provider as a class and use that as my default provider in web.config as shown in this thread: Roles management with no provider? or Custom Membership Providers or you could just a service like LoginRadius which provides the authentication mechanism and all is left for you to implement is the roles if you have any specific ones. |
|||
|
|