Ask a Question related to ASP.NET Security, Design and Development.
-
Kunal #1
Re: How to authenticate a user who already logged on another web server
IMO, the technology is behaving as designed. Both applications require
credentials to function...neither is aware that they other has already
authenticated a user...
perhaps some middle ground? skip the logon UI by checking a cookie and
seeing if the user has already logged into one of the applications..both
applications should be able to check the contents of a cookie...
"Reza Nabi" <rnabi@hotmail.com> wrote in message
news:B71E619E-A56A-4780-B1F7-418CC7B350C8@microsoft.com...written in Mod perl. To log on to this machine user is autheticated against> Hello All,
>
> We have 3 machines. 2 web server and 1 db server.
>
> Webserver 1: This machine is running apache on Linux. A Webapplication is
user table in postgresql database.role is set as App server). An ASP.NET application is developed using C#.>
> Webserver 2: This machine is running IIS on Winodws 2003 server (Server
Form based authentication is implemented and user is authenticated against
the same user table as WebServer 1. Web application talk to postgresql
database through ODBC.database using DBI and webserver 2 (IIS box) talks to database using ODBC.>
> Db server: We use postgreSQL on Linux. Webserver 1 (apache box) talks toagainst same user table in postgresql database.>
> Both web applications (located in server 1 and server 2) are authenticatedpassword) to access web pages from those 2 webserver.>
> Currently user needs to logon twice (Although its the same user id andlogon apache box (webserver 1), he doesn't need to logon again to access web> Question: Is there any way we can impletment single sign on? If user 'foo'
page from IIS box (Webserver 2).>
> Any help/tip/pointer would be very much appreciated.
> Thanks,
>
> Reza Nabi
Kunal Guest
-
Authenticate user - HTTP/1.1 500 Server Error
When using Authenticate User behavior I get HTTP/1.1 500 Server Error. Only on remote server, not localhost. The host first tried to tell me it... -
I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi James, were you able to resolve your problem? I'd be interested to know how you achieved this. Basically I have the same set up as you. I want... -
Logged in user?
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina -
C program to authenticate user on AIX?
Hi Can someone please supply me with a program (perhaps the C source) that authenticates a user on AIX (against the password/shadow/security... -
Urgent Help on Authenticate Database User
Dear all, I'm having a problem here. Suppose I have a database which store the username and password, the user must login in order to use the...



Reply With Quote

