Foros de discusión

One-Time Password(OTP)

Hussain Shaikh, modificado hace 10 años.

One-Time Password(OTP)

Junior Member Mensajes: 44 Fecha de incorporación: 7/06/12 Mensajes recientes
Hi All,

Can someone help me in implementing OTP in liferay?
Once the username and password is authenticated an OTP is generated for the user to create session if OTP is verified.
Note: I have OTP service, just need to know how to embed it in liferay login process for me.

Thanks
Ronak Shah, modificado hace 10 años.

RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak
thumbnail
Dhandapani S, modificado hace 8 años.

RE: One-Time Password(OTP)

Regular Member Mensajes: 176 Fecha de incorporación: 24/03/09 Mensajes recientes
is there any solution found? I am also looking for the same.
thumbnail
Tomas Polesovsky, modificado hace 8 años.

RE: One-Time Password(OTP)

Liferay Master Mensajes: 676 Fecha de incorporación: 13/02/09 Mensajes recientes
Hi,

please take a look at https://github.com/jpenren/latch-plugin-liferay
thumbnail
Vishal Kumar, modificado hace 8 años.

RE: One-Time Password(OTP)

Regular Member Mensajes: 198 Fecha de incorporación: 12/12/12 Mensajes recientes
Tomas Polesovsky:
https://github.com/jpenren/latch-plugin-liferay


Is this for OTP ???
Javier Pena, modificado hace 8 años.

RE: One-Time Password(OTP)

New Member Mensaje: 1 Fecha de incorporación: 22/10/14 Mensajes recientes
Vishal Kumar:
Tomas Polesovsky:
https://github.com/jpenren/latch-plugin-liferay


Is this for OTP ???



Hi, there are a functionality to make OTP in Latch plugin for Liferay. Latch is an external service that generates and provides the key to verify, key is sent to your mobile phone. This plugin uses post authentication hook to check if on time password is required, if it is, adds the password to the user session to check after the value entered by the user.

The main idea:
In PostAuthenticationAction call to remote service, get the one time password and adds to the user session.
Write a Filter to deny access to portal if otp exists on session, only shows a form to enter the password. If value from session and form are equals, remove the session value to grant access to portal.
thumbnail
Vishal Kumar, modificado hace 8 años.

RE: One-Time Password(OTP)

Regular Member Mensajes: 198 Fecha de incorporación: 12/12/12 Mensajes recientes
May this help you.
http://www.codeproject.com/Articles/592275/OTP-One-Time-Password-Demystified
http://www.javatpoint.com/q/4539/otp-in-java
https://svn.apache.org/repos/asf/abdera/abdera2/examples/src/main/java/org/apache/abdera2/examples/security/OtpExample.java
Ronak Shah, modificado hace 8 años.

RE: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Testing if reply to this show up in online post?
ronak

From: Ronak Shah from liferay.com [mailto:forums@liferay.com]
Sent: Thursday, July 11, 2013 9:11 AM
To: forums@liferay.com
Subject: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak


To view the thread, follow the link below:
http://www.liferay.com/community/forums/-/message_boards/view_message/26384545
--
Thanks, Liferay.com Forums<http://http:/www.liferay.com>
Ronak Shah, modificado hace 8 años.

RE: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Testing if reply to this show up in online post?
ronak

From: Ronak Shah from liferay.com [mailto:forums@liferay.com]
Sent: Thursday, July 11, 2013 9:11 AM
To: forums@liferay.com
Subject: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak


To view the thread, follow the link below:
http://www.liferay.com/community/forums/-/message_boards/view_message/26384545
--
Thanks, Liferay.com Forums<http://http:/www.liferay.com>
Ronak Shah, modificado hace 8 años.

RE: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Testing if reply to this show up in online post?
ronak

From: Ronak Shah from liferay.com [mailto:forums@liferay.com]
Sent: Thursday, July 11, 2013 9:11 AM
To: forums@liferay.com
Subject: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak


To view the thread, follow the link below:
http://www.liferay.com/community/forums/-/message_boards/view_message/26384545
--
Thanks, Liferay.com Forums<http://http:/www.liferay.com>
Ronak Shah, modificado hace 8 años.

RE: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Testing if reply to this show up in online post?
ronak

From: Ronak Shah from liferay.com [mailto:forums@liferay.com]
Sent: Thursday, July 11, 2013 9:11 AM
To: forums@liferay.com
Subject: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak


To view the thread, follow the link below:
http://www.liferay.com/community/forums/-/message_boards/view_message/26384545
--
Thanks, Liferay.com Forums<http://http:/www.liferay.com>
Ronak Shah, modificado hace 8 años.

RE: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

New Member Mensajes: 12 Fecha de incorporación: 10/02/11 Mensajes recientes
Testing if reply to this show up in online post?
ronak

From: Ronak Shah from liferay.com [mailto:forums@liferay.com]
Sent: Thursday, July 11, 2013 9:11 AM
To: forums@liferay.com
Subject: [Liferay Forums][3. Development] RE: One-Time Password(OTP)

Did you find answer to this? We have same requirement and looking for solution.
Thank you,
Ronak


To view the thread, follow the link below:
http://www.liferay.com/community/forums/-/message_boards/view_message/26384545
--
Thanks, Liferay.com Forums<http://http:/www.liferay.com>
thumbnail
Rajeev Kumar, modificado hace 8 años.

RE: One-Time Password(OTP)

Junior Member Mensajes: 25 Fecha de incorporación: 15/05/14 Mensajes recientes
Hi Hussain,
It may be below thread is helpfull for your requirement.

http://code.google.com/p/otp-webmail/source/browse/OTPMail-portlet/docroot/WEB-INF/src/com/liferay/OTP/OTPServiceUtil.java?r=22

Regards,
Rajeev Kumar
thumbnail
Prakash Khanchandani, modificado hace 8 años.

RE: One-Time Password(OTP)

Expert Mensajes: 329 Fecha de incorporación: 10/02/11 Mensajes recientes
This might help: https://www.liferay.com/marketplace/-/mp/application/18980254

This is market place app similar to Google's two-step verification, which can be used for OTP.
This is not exactly what you are looking for but may help build your own implementation since it is a close cousin.

Hope this helps.