I am developing a web application, in which i want users to login by using their
digital signature etoken; i.e the user plugin his etoken in the client machine and open the login page of my web application. At login page he will enter his username and apply his digital signature for login. At server side I want to verify
his digital signature along with his username.
You have to create one GUID along with user creation, when user do the registration at that time generate one GUID number and store into database along with password,
Now when user enter username and that GUID number at that time validate that number, GUID number is always unique number throw the system
let me know if any query
Thanks,
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
You need to configure this in IIS -- there's a setting that says to require client certificates. In ASP.NET the cert is then available via
Request.ClientCertificate.
88lovely
0 Points
3 Posts
login using digital signature in asp.net
Jan 16, 2013 05:53 AM|LINK
I am developing a web application, in which i want users to login by using their digital signature etoken; i.e the user plugin his etoken in the client machine and open the login page of my web application. At login page he will enter his username and apply his digital signature for login. At server side I want to verify his digital signature along with his username.
can any one help me......
- Lovely
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: login using digital signature in asp.net
Jan 16, 2013 06:48 AM|LINK
You have to create one GUID along with user creation, when user do the registration at that time generate one GUID number and store into database along with password,
Now when user enter username and that GUID number at that time validate that number, GUID number is always unique number throw the system
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
88lovely
0 Points
3 Posts
Re: login using digital signature in asp.net
Jan 16, 2013 10:15 AM|LINK
thanks gaurav...
But i am bound to use digital sgnature etoken for login..
is there any way to do this??
BrockAllen
All-Star
27516 Points
4897 Posts
MVP
Re: login using digital signature in asp.net
Jan 16, 2013 11:28 PM|LINK
You need to configure this in IIS -- there's a setting that says to require client certificates. In ASP.NET the cert is then available via Request.ClientCertificate.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
88lovely
0 Points
3 Posts
Re: login using digital signature in asp.net
Jan 17, 2013 10:46 AM|LINK
Please tell me how to configure iis and then how i can use etoken at clent machine for login.
BrockAllen
All-Star
27516 Points
4897 Posts
MVP
Re: login using digital signature in asp.net
Jan 17, 2013 04:58 PM|LINK
Go read the docs on http://iis.net or msdn or technet.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
Pengzhen Son...
Star
8189 Points
842 Posts
Microsoft
Re: login using digital signature in asp.net
Jan 21, 2013 06:07 AM|LINK
Hi,
And about how to config IIs you can refer this
http://forums.iis.net/t/1169891.aspx
Hope it can help you.
Feedback to us
Develop and promote your apps in Windows Store