I think you are thinking about openID? right if so you can google from openID, this will allow user authenticated in another website/webapp like twitter or facebook or google mail etc.... be able to use their authentication into your website.
Extension to openID should be available but may require a lot of knowledge and coding.
You can also write your own, you have to write authentication classes, have an endpoint configured(WCF) and then expose your authentication classes to remote users and sign an agreement with the other websites so that they can use your authentication. And
all of this can be messy depends on your activities but I don't see any point of doing so if you are just a small company.
sasmas
Member
3 Points
13 Posts
Login into secure page using c#
Aug 10, 2011 05:00 PM|LINK
Hi,
I want to login into a secure website (which has username and password to access) using c# through my own application.
Please help me ?
princeG
Star
9612 Points
1602 Posts
Re: Login into secure page using c#
Aug 10, 2011 05:33 PM|LINK
Use Form Authentication
http://msdn.microsoft.com/en-us/library/ff649202.aspx
http://msdn.microsoft.com/en-us/library/ff648635.aspx
http://msdn.microsoft.com/en-us/library/ff649227.aspx
http://www.dotnetfunda.com/articles/article141.aspx
sasmas
Member
3 Points
13 Posts
Re: Login into secure page using c#
Aug 10, 2011 05:40 PM|LINK
Hi,
I want to login into another website from my own web application.
please help
msdnphani
Contributor
2387 Points
488 Posts
Re: Login into secure page using c#
Aug 16, 2011 02:19 PM|LINK
c howcan som1 log into other's website ...
basic steps for accessing a website
1) the web server and ur PC must be on the same LAN ..
2)u must be authenticated .. ie ur credentials must be matched with the 1's for whom application is registered ..
3)or u must use web service,provided the other party is willing to accept users logged into ur application as authenticated ..
Siva Phani
Mark the post as Answer if it helps.
Jmurekezi
Member
93 Points
93 Posts
Re: Login into secure page using c#
Sep 06, 2011 08:38 AM|LINK
Hi,
I think you are thinking about openID? right if so you can google from openID, this will allow user authenticated in another website/webapp like twitter or facebook or google mail etc.... be able to use their authentication into your website.
Extension to openID should be available but may require a lot of knowledge and coding.
You can also write your own, you have to write authentication classes, have an endpoint configured(WCF) and then expose your authentication classes to remote users and sign an agreement with the other websites so that they can use your authentication. And all of this can be messy depends on your activities but I don't see any point of doing so if you are just a small company.
Regards