Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 11:58 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Mon Jul 07, 2008 3:37 pm 
Offline

Joined: Mon Jul 07, 2008 3:29 pm
Posts: 2
Hi, Can anyone give me advice on how I can use Yubikeys with a pure old fashioned ASP site. Some code examples would be ideal or some sort of guide to wher I might look to find the code.

Thanks

Steve Medcalf


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Tue Jul 08, 2008 11:49 pm 
Offline
User avatar

Joined: Wed May 07, 2008 5:25 pm
Posts: 110
Location: Sunnyvale, California
The simplest way to integrate Yubikey to use for logging in to your web site is to modify your login page and have your web server backend login code to use Yubikey client SDK to call the OTP validation server to vadliate the OTP.

* * * The OTP Authentication Work Flow * * *

Yubikey ---> Generates OTP --> Browser --->

Modify your web site's login page to add a text field that allows the user to enter the Yubikey OTP --->

Modify your web site back-end login processing code ---> Call the Yubikey client SDK --->

Yubikey client SDK calls the OTP validation server (by default it calls http://api.yubico.com
or you can download & host the validation server on your own) --->

Validation server responds w/ OTP validation success or failure. --->

Then you either accept or reject the user login

* * *

For a .NET site, use the .NET Yubikey client SDK:

http://code.google.com/p/yubico-dot-net-client/

For an ASP site, you may want to compile the C implementation of Yubikey client SDK:

http://code.google.com/p/yubico-c-client/

Other client SDKs:

http://yubico.com/developers/clients/

Yubikey OTP authentication server:

Available for your use at: http://api.yubico.com

Cheers

_________________
The YubiKey Server Guy


Last edited by paul on Tue Jul 22, 2008 11:59 am, edited 4 times in total.

Top
 Profile  
Reply with quote  
PostPosted: Fri Jul 18, 2008 5:15 pm 
Offline

Joined: Mon Jul 07, 2008 3:29 pm
Posts: 2
Paul,

I have read all of the text files in both C and Java and am nowhere further on. I need an example of what happens in an Intranet situation of how the SDK tests the key code, i'e how do I embed the test in the page to which the code is fired??

Steve


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group