2FA Solutions

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
8/30/2017 8:57:07 AM
Gravatar
Total Posts 25

2FA Solutions

Has anyone successfully integrated a 2FA solution with a mojoPortal site to protect user login?  I'd be keen to hear of your experiences and the services you used.

We have a potential requirement to add 2FA to an exiting mP site (latest version) and I am investigation our options.

Many thanks in advance.

Neil

 

8/30/2017 11:22:40 AM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: 2FA Solutions

Hi Neil,

I've not seen this done with mojoPortal so far, but it should be possible to use the User Sign In Event Handler to code your own solution. You may also find these two user.config keys to be helpful:

<add key="LoginPageRelativeUrl" value="/Secure/Login.aspx" />
<add key="PageToRedirectToAfterSignIn" value=""/>

Hope this helps!
- Isaac

8/31/2017 4:00:42 AM
Gravatar
Total Posts 25

Re: 2FA Solutions

Hi Isaac

Thanks for getting back to me.  The pointer to the User Sign Event Handler is really useful and will help if we have to code the solution - although we were hoping that wouldn't be necessary wink

Thanks again.

Neil

You must sign in to post in the forums. This thread is closed to new posts.