Base solution for your next web application
Open Closed

Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on #244


User avatar
0
attiqe ur rehman created

Hi,

I want to register/login users with Facebook, Twitter, LinkedIn and Google using OAuth2, can you point in me into right direction how to achieve this.

Thanks, Attiqe


4 Answer(s)
  • User Avatar
    0
    daws created

    related to this thread : #98@4093f0ea-48b2-4b75-8a9d-2bb7da9552e3 & this one <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/issues/13">https://github.com/aspnetboilerplate/mo ... /issues/13</a>

    I don't think it's fully implemented yet but it's planned.

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    I implemented Facebook, Twitter and Google+ logins for ASP.NET Zero product (<a class="postlink" href="http://aspnetzero.com/">http://aspnetzero.com/</a>). Actually, it's not so hard. When you create an MVC project, you will see that it's configured for external logins. When you apply similar actions for your project, it will work. At least, I did it like that. Also, OWIN book from <a class="postlink" href="https://www.syncfusion.com/resources/techportal/ebooks">https://www.syncfusion.com/resources/techportal/ebooks</a> helped me a lot to understand it better.

    I'm planning to add it to module-zero template: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/issues/5">https://github.com/aspnetboilerplate/mo ... e/issues/5</a>

  • User Avatar
    0
    zokho created

    Hi there, Is there a time estimation on when OAuth is going to be included into the ABP framework? If it is going to be near future I do not want to bother myself to redo it...

    Thanks,

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    I can not say an exact date, sorry. Maybe in a month or two. Because there are higher priority tasks..