Ask a Question related to ASP.NET General, Design and Development.
-
Oleg Ogurok #1
Pass-thru authentication between 2 or more sites
Hi all,
I was wondering if there was a nice way to implement authentication between
several sites.
I currently have 2 web servers, one for the main site (e.g. [url]www.main.com[/url])
and the other one for the web forum (e.g. [url]www.forum.com[/url]). After a person
logs into the main site, he at some point may be redirected to the forum
site through
Response.Redirect("www.forum.com?username=foo&pass word=bar&thread=333");
Sinse it's unwise to pass the password in clear text, how would I encrypt
it? Is there a better solution?
Thanks,
Oleg.
Oleg Ogurok Guest
-
CF to IIS5 authentication based on cf app userid/pass
I have a CF application on a standalone win2k server with IIS 5. Currently, we use a cf to authenticate users and set session variables to allow... -
HIGHLY URGENT: Does Passport authentication pass on to web service
I have 2 webservers, one running a web application and the other a web service. The web application calls a web method of the web service internally... -
windows pass through authentication\authorization....
I have a requirement for a company intranet where they want to use a single sign-on with their windows 2003 domain (AD) so I was thinking of using... -
2 sites - 1 authentication method
We have developed two sites that both use forms authentication and have objects with custom principle interfaces and identity interfaces. I would... -
how to by-pass forms authentication in a subfolder
Hello, I have an application with forms authentication setting specified in the web.config of the app root; so all users must login before they...



Reply With Quote

