Re: Single sign on in asp.net
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/01/05
- Next message: Larry Williams: "Re: LsaStorePrivateData and VB .Net"
- Previous message: Suman: "Re: Single sign on in asp.net"
- In reply to: Suman: "Re: Single sign on in asp.net"
- Next in thread: Suman: "Re: Single sign on in asp.net"
- Reply: Suman: "Re: Single sign on in asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 01 Sep 2005 07:58:38 -0700
Hello Suman,
ok - then you have to set ACLs on the .aspx files to force IIS to do authentication.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Thank you for your post....I forgot to mention this fact that I CAN
> NOT disable the annonymous access in IIS...bcos that is the
> requirement...
>
> "Dominick Baier [DevelopMentor]" wrote:
>
>> Hello Suman,
>>
>> you mean you want to know who your client is??
>>
>> enabled integrated auth in IIS. Use Page.User or Context.User to
>> retrieve the client identity in ASP.NET
>>
>> ---------------------------------------
>> Dominick Baier - DevelopMentor
>> http://www.leastprivilege.com
>>> Hi,
>>>
>>> I am facing some problem using ADS Single On to program from ASP
>>> .Net pages.
>>>
>>> The scenario is: User has logged onto Windows using AD profile. My
>>> asp .net application, while launched, needs to know the profile
>>> already logged in and use the credential for rest part of my
>>> application. But I cannot find out how to get that credential
>>> programmatically from asp .net page.
>>>
>>> Please help me on this. Help with sample code will be mostly
>>> appreciated.
>>>
>>> Thanks and Regards,
>>>
- Next message: Larry Williams: "Re: LsaStorePrivateData and VB .Net"
- Previous message: Suman: "Re: Single sign on in asp.net"
- In reply to: Suman: "Re: Single sign on in asp.net"
- Next in thread: Suman: "Re: Single sign on in asp.net"
- Reply: Suman: "Re: Single sign on in asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]