PHP Classes

Help

Recommend this page to a friend!

      multiOTP PHP class  >  All threads  >  Help  >  (Un) Subscribe thread alerts  
Subject:Help
Summary:OTP c200 token (feitian)
Messages:4
Author:Diana Puscau
Date:2011-04-29 13:58:27
Update:2013-07-09 18:03:04
 

  1. Help   Reply   Report abuse  
Picture of Diana Puscau Diana Puscau - 2011-04-29 13:58:27
Hi,

I have to make the authentication for a site with OTP c200 token. I tried to synchronize first the token, but I have a problem.
I introduced Token Serial and 2 consecutive password ( http://www.ftsafe.com/demo/otp/user/checkreset/ ), but I receive the message: "Token is not found. Are you sure it is the demo OTP token? If so, please contact us for more details." What can be the problem. I have a demo token. Am I missing something? Maybe is not the page where I can synchronize the token.
Can anyone help me?

Diana Puscau!

  2. Re: Help   Reply   Report abuse  
Picture of André Liechti André Liechti - 2011-04-29 20:37:08 - In reply to message 1 from Diana Puscau
Hello,

If you have bought a Feitian token, you have received a seed (probably in a XML file). If this is the case, you will be <ble to use it with your website.

If you have only received a demo token, it will only be useful for the demo website of Feitian, because Fetian is not providing the seed of the demo tokens.

If you have only a demo token and you are stressed about testing a strong authentication library, just download an OATH or mOTP compatible free software token for your smartphone (have a look in the whitepaper http://files.sysco.ch/downloadfile.php?group=3&dir=public%2FmultiOTP&file=multiOTP_Free_Strong_Authentication_Presentation.pdf and you will find address for these software tokens).

Regards,

André

  3. Re: Help   Reply   Report abuse  
Picture of Diana Puscau Diana Puscau - 2011-05-02 12:18:03 - In reply to message 2 from André Liechti
Hi,

Thank you for your response. I have the seed of the token, so this means is not a demo token.
Now I'll have to make the synchronization in user admin page, and the authentication in login page.
I saw Feitian has an demo software "OTP Server Authentication System V3.0" (FOAS), but I received from the provider of project only the token with serial number and the token seed.
I found on the internet this http://tools.ietf.org/pdf/draft-mraihi-totp-timebased-08.pdf. Do you think I'll can integrate the OTP c200 in my website based on this information and your multiOTP class? Or can you help my with more information? I don't have a lot of experience.

Regards,
Diana!

  4. Re: Help   Reply   Report abuse  
Picture of André Liechti André Liechti - 2013-07-09 18:03:04 - In reply to message 3 from Diana Puscau
Hello,

Yes, I you have the seed of the token, you can do authentication on your website using my library.

A C200 token is a OATH TOTP token.

Regards,

Andre