Re: Single sign-on?

From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 11/23/05


Date: Wed, 23 Nov 2005 14:40:37 -0800

Hello jeff,

configure IIS for integrated authentication
and ASP.NET for Windows authentication (<authentication mode="Windows" />)

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

> Hello All,
>
> This has probably already been asked - and if so - please direct me to
> the proper thread.. If not:
>
> Once a user is logged in via our domain controller and can access the
> network and authorized shares - how do I configure an ASP.NET 2.0 app
> (running in the domain on a web server) to get the users credentials
> (username) so I can make a determination of what role he is in and
> allow only appropriate pages?
>
> Thanks,
>
> Jeff
>