I have simple login page with umbraco membership, i want to use sms verification when login to website as a member.
i have api for sending sms, please guide me or any sample code.
now i came into an issue with sessions, my front end servers are loadbalanced and when user try to login it gives session error.
please advice how to solve this issue.
thanks
Hi Rizwan, where you able to achieve two step authentication without the use of sessions ? We are exactly in the same situation an would like some advices.
2 step verification for member login
Dear experts,
I have simple login page with umbraco membership, i want to use sms verification when login to website as a member. i have api for sending sms, please guide me or any sample code.
Thanks
There are a couple of blog posts - start here - https://this.isfluent.com/blog/2019/two-factor-authentication-for-umbraco-part-1 on how we implemented 2FA for both members and administrators.
Dear Alan, Thanks for link. actually i am able to achieve my requirements with custommembership provider as described in this link https://24days.in/umbraco-cms/2015/extending-membership/
now i came into an issue with sessions, my front end servers are loadbalanced and when user try to login it gives session error. please advice how to solve this issue. thanks
I've read the blog posts and they don't really explain how you implemented the 2FA for the front-end.
The first blog seemed to say the UmbracoIdentity package wasn't useful because it didn't support 2FA, or Authy.
The second post only seems to deal with the User / backend login.
Do you have any info you could share on how you implemented 2FA for the front-end?
Hi Rizwan, where you able to achieve two step authentication without the use of sessions ? We are exactly in the same situation an would like some advices.
Thanx
is working on a reply...