how to get authentication from Active directory
am 24.12.2007 10:30:00 von Ashok
I have to create an intranet site for my domain user only. I donât want to
give anonymous access .that why I remove the anonymous user and keep it as
basic authentication .and tried Digest also. But the problem is still as on.
Our requirement: if user login As Domain user then he shouldnât ask any
Authentication (take authentication from Dc) .and if user is not in domain
then he should pass authentication to view the site.
Is it possible to do the same?
Regards,
Ashok Kumar
Re: how to get authentication from Active directory
am 26.12.2007 12:12:39 von Ken Schaefer
This is a browser issue, not an IIS issue.
It it up to the browser to send credentials for to the webserver
automatically, or prompt the user for credentials.
For IE, see:
http://support.microsoft.com/?id=258063
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"ASHOK" wrote in message
news:DEAB9F48-54DD-47B6-BF52-62FACC693748@microsoft.com...
>I have to create an intranet site for my domain user only. I donât want to
> give anonymous access .that why I remove the anonymous user and keep it as
> basic authentication .and tried Digest also. But the problem is still as
> on.
>
> Our requirement: if user login As Domain user then he shouldnât ask any
> Authentication (take authentication from Dc) .and if user is not in domain
> then he should pass authentication to view the site.
>
>
>
>
> Is it possible to do the same?
>
> Regards,
> Ashok Kumar
>