Silent Authentication



I am designing an intranet site. All content is unprotected - anybody
on the intranet should be able to see everything. There is a
requirement to provide silent authentication against corporate Active
Directory whenever possible; in other words, when a user navigates to
the home page, we want to read some data from AD and provide
personalization if possible; however, if a visitor comes without AD
credentials (e.g. using a browser on a UNIX box not integrated with
AD), we would still authorize access and provide default user
experience. Under no circumstances should a user be prompted to log
in.

I need to have anonymous access enabled to allow for search engines to
"spider" this site, allow access for people who can't authenticate
with Windows Authentication, and avoid breaking other sites that
connect to the content of this site.

Basic Authentication seems like a perfect solution, but it forces a
logon dialogue for Firefox users (IE seems to do what I would like -
automatically replies to the challenge in the WWW-Authenticate header
of 401 response).

It seems like there should be a way to accomplish what I want. Please,
help.

.



Relevant Pages

  • RE: Deny a User Group with Anonymous Enabled
    ... you're using depends on what authentication method gets used first. ... Integrated Windows Authentication enabled, then no pre-auth header is sent ... When you connect with IE to an intranet site with the FQDN and IP address, ... Now, with those exceptions aside, here is how IIS authenticates users: ...
    (microsoft.public.inetserver.iis.security)
  • Authentication problem
    ... I've a strange problem using Integrated Authentication on an IIS 5 hosted ... No matter what config I use IE will always prompt for user, ... Intranet site added to IE Local Intranet security Zone and IE security ...
    (microsoft.public.inetserver.iis.security)
  • Re: First time authentication for fully-qualified name
    ... Users that go to our Intranet site first after ... when they load they should have no URL in the address bar ... Type in the Address Bar a fully qualified Intranet Site that is ... using Windows Authentication. ...
    (microsoft.public.inetserver.iis.security)
  • webclient object and downloading output file from an intranet site
    ... I have an intranet site with the login page ... authentication and validating user credentials stored in a SQL Server ... disk of the server using webclient object and its download method, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Substituting new Context.User.Identity for Authentication in SPS 2003
    ... MS SharePoint Portal Server does not perform authentication. ... MS SPS does perform authorization based on a Windows account presented ... Since SPS is accessed via a browser, ...
    (microsoft.public.sharepoint.portalserver.development)