Re: How to Implement a Single Logon Across Multiple Web Servers
From: Leslie (leslieguo@techsemicon.com.sg)
Date: 01/08/03
- Next message: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Previous message: Kiran Kumar: "SSL Security alert"
- In reply to: Karl Levinson [x y] mvp: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Next in thread: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Reply: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Leslie" <leslieguo@techsemicon.com.sg> Date: Wed, 8 Jan 2003 11:58:22 +0800
We need to use Integrated for security reason.
"Karl Levinson [x y] mvp" <levinson_k@excite.com> wrote in message
news:OxxmvMmtCHA.1632@TK2MSFTNGP12...
> Is there any reason why Windows integrated is being used instead of Basic?
> It seems to me switching to basic would fix the problem.
>
> If Windows integrated was chosen because Basic passes passwords in plain
> text, I'm not sure Windows integrated is necessarily that much more
secure,
> depending on how your computers are set up and whether they are using the
> default settings.
>
> I would think the code in that Microsoft article would still work... you
> might need to change the variable names, possibly, not sure.
>
>
> "Leslie" <leslieguo@techsemicon.com.sg> wrote in message
> news:OdVD2FltCHA.2396@TK2MSFTNGP10...
> > Current Situation
> > 1. In our Intranet environment, all common pc are log on as id xxxx who
> are
> > belong to group A.
> > 2. Group A has no access to all intranet websites. e.g. (iss.test.com ,
> > hr.test.com, etc)
> > 3. So when user using common pc to access iss.test.com, they are
prompted
> to
> > key in their own id & password for the first time, subsequent access to
> the
> > same website will not be prompted again. But if they access another
> website,
> > say hr.test.com, they will be prompted again even in the same IE
instance.
> >
> > Question :
> > How to make it prompt once for all the websites ? How to programatically
> > access the website so that the credential will be cached at IE ? We are
> > using IIS 5 Integrated authentication.
> >
> > (Microsoft has solution if basic authentication is used. See their
> Knowledge
> > Base article.
> > PSS ID Number: Q281408
> > How to Implement a Single Logon Across Multiple Web Servers)
> >
> >
>
>
- Next message: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Previous message: Kiran Kumar: "SSL Security alert"
- In reply to: Karl Levinson [x y] mvp: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Next in thread: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Reply: BB: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|