Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dotnetspike 15 posts 85 karma points
    Mar 31, 2016 @ 14:34
    dotnetspike
    0

    Hi , We need to implement two factor authentication, Can you please suggest solution ?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Mar 31, 2016 @ 16:46
    Sebastiaan Janssen
    0

    Loads of questions to ask here:

    • Where exactly do you want to use 2 factor? Fronted, backoffice?
    • What version of Umbraco are you on?
    • What have you tried, what didn't work?
      • Did you find answers on Google that did not apply to your situation? If so, what was it and why didn't it apply?

    When you specify this things when posting a question you have a greater chance that someone has an answer for you!

  • dotnetspike 15 posts 85 karma points
    Mar 31, 2016 @ 16:54
    dotnetspike
    0

    yes, 2 factor we want, we ll be using 7.4.1 Umbraco version. I did not tried anything yet thought of asking if any package available for Umbraco?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Mar 31, 2016 @ 17:17
    Sebastiaan Janssen
    0

    Do you want to use it for the frontend, or for the backoffice?

    If it's for the backoffice, we currently don't have anything for that and there's no package that I know of that can handle this. However, if you can get away with it you could use IdentityExtensions and use (for example) the Google or Facebook provider, Google and Facebook will then handle the 2 factor authentication.

    This is all not plug & play though, it takes work to set up and figure out! There's some inline documentation you get when you install the NuGet packages for the various providers.

  • dotnetspike 15 posts 85 karma points
    Mar 31, 2016 @ 17:35
    dotnetspike
    0

    Its an Internet facing application and I am planning to implement 2 factor login, This is raw and need same research as new one. I was looking for some example around this as thisis very common feature in almost every application

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Mar 31, 2016 @ 17:42
    Sebastiaan Janssen
    0

    Do you want to use it for the frontend, or for the backoffice?

  • dotnetspike 15 posts 85 karma points
    Apr 01, 2016 @ 07:42
    dotnetspike
    0

    both front-end as well as backend

  • dotnetspike 15 posts 85 karma points
    Apr 02, 2016 @ 17:53
    dotnetspike
    0

    Hi Sebastiaan, Can you please share your ideas on above requirement ?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Apr 02, 2016 @ 17:59
    Sebastiaan Janssen
    0

    I did, above, you're going to have to build it somehow for both front and backoffice. Would recommend using ASP.NET Identity: http://www.asp.net/identity

  • dotnetspike 15 posts 85 karma points
    Apr 02, 2016 @ 18:09
    dotnetspike
    0

    I am afraid I am not able to convey my requirement with you, I ll try one more time :) it is just integration of 2 factor with Umbraco example I am looking for which includes QR code and other options

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Apr 02, 2016 @ 18:22
    Sebastiaan Janssen
    0

    I'm afraid I am not able to convey the lack there of with you. :-)

    • We do not have this option in Umbraco at the moment
    • There are not any packages for this for Umbraco at the moment
    • If you require 2 factor authorization in any way, you will need to build the software for that yourself
  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Apr 02, 2016 @ 18:26
  • dotnetspike 15 posts 85 karma points
    Apr 09, 2016 @ 12:33
    dotnetspike
    0

    Hi @Sebastiaan, I have tried this but I did not find any way to generate token through Google Authenticator and validate the backend user

Please Sign in or register to post replies

Write your reply to:

Draft