Foren

OTP in Login portlet

thumbnail
Dhandapani S, geändert vor 8 Jahren.

OTP in Login portlet

Regular Member Beiträge: 176 Beitrittsdatum: 24.03.09 Neueste Beiträge
Hi All,

I have requirement that need to enable OTP in login portlet. Means whenever user typed username and password he needs to authenticated and also need to authenticated with OTP also. Can any one share me the inputs for this.

Thanks in advance.

Dhans
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: OTP in Login portlet

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Dhandapani S:
I have requirement that need to enable OTP in login portlet.


One time password? One true pairing? OTP bank in Budapest?

Seriously, you must remember that those outside of your project will not have enough contextual clues to understand what you're talking about...
thumbnail
Dhandapani S, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 176 Beitrittsdatum: 24.03.09 Neueste Beiträge
David H Nebinger:
Dhandapani S:
I have requirement that need to enable OTP in login portlet.


One time password? One true pairing? OTP bank in Budapest?

Seriously, you must remember that those outside of your project will not have enough contextual clues to understand what you're talking about...



I mean One Time Password
thumbnail
Vipin Bardia, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 162 Beitrittsdatum: 28.02.11 Neueste Beiträge
Hi Dhandapani,

You can take a reference from this app- Mobile Verification
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: OTP in Login portlet

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
You're a better man than I. What makes you think OTP is related to mobile verification?
thumbnail
Vipin Bardia, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 162 Beitrittsdatum: 28.02.11 Neueste Beiträge
Hi David,

I just ask him to take a reference from the plugin, not to use that!
thumbnail
Neha Goyal, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 121 Beitrittsdatum: 14.05.13 Neueste Beiträge
Dhandapani S:
Hi All,

I have requirement that need to enable OTP in login portlet. Means whenever user typed username and password he needs to authenticated and also need to authenticated with OTP also. Can any one share me the inputs for this.

Thanks in advance.

Dhans


Hi Dhandapani,

I would like to go with an expando attribute for user which will hold current OTP value for authentication.So what you might have to do is like after passing screen name,you have to create OTP and need to store this one in expando attribute which we have already created (over AJAX request) and send that OTP to user through SMTP-SMSC (or through any third party sms api) to mobile number.Once user will receive and pass that OTP for authentication,you can validate it through stored expando attribute for OTP.Please correct me if i wrong or not clrear anywhere.

Best Regards:
Neha Goyal.
thumbnail
Neha Goyal, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 121 Beitrittsdatum: 14.05.13 Neueste Beiträge
Hi Guys,I dont know whether this is a fissible or not or if it is a correct approach.I need your feedback over this.

Neha
thumbnail
Akash Jaisawal, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 141 Beitrittsdatum: 03.03.12 Neueste Beiträge
thumbnail
Dhandapani S, geändert vor 8 Jahren.

RE: OTP in Login portlet

Regular Member Beiträge: 176 Beitrittsdatum: 24.03.09 Neueste Beiträge
is there anyother way to customize login action and add otp login as a new jsp to achieve it?