Re: IAuthenticate - What protocols does this apply to



whoareyou <whoareyou@xxxxxxxxxxxxxxx> wrote:
> I've seen conflicting information regarding when to use IAuthenticate
> throughout various newsgroups.
>
> What authentication protocols will use this interface (only basic?)

Definitely digest too. This is probably it.

> IAuthenticate seems to be invoked for proxy servers using basic
> authentication, yet
> I've seen comments that it is not supposed to work with proxy
> servers. Is this reliably called for proxy servers?

This I don't know.

> Is it ok to display a dialog box from within the authenticate call,
> or is the idea to already have the credentials and simply populate
> the return parameters?

Feel free to display your own UI. One problem with that is there's no
way to fully imitate the behavior of the built-in dialog. It comes up
three times if the user enters wrong credentials, before finally giving
up. But your Authenticate() method has to get it right the first time -
if it gives wrong credentials, the operation fails and it won't be
called again.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: Default credentials
    ... > comes up on my client site requires NTLM or Basic authentication? ... > a web browser - I assume it must be something they have set up ... If your receive a Dialog asking for your creds with NTLM auth ... credentials of the current security context. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Default credentials
    ... > comes up on my client site requires NTLM or Basic authentication? ... > a web browser - I assume it must be something they have set up ... If your receive a Dialog asking for your creds with NTLM auth ... credentials of the current security context. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Default credentials
    ... > comes up on my client site requires NTLM or Basic authentication? ... > a web browser - I assume it must be something they have set up ... If your receive a Dialog asking for your creds with NTLM auth ... credentials of the current security context. ...
    (microsoft.public.dotnet.security)
  • Re: IIS6 - Integrated Authentication Probs
    ... When you use Basic authentication, ... outlined in Chapter 5 of the IIS 6 Resource Kit: ... > b) - Despite the fact these credentials are being parsed, ... > Hence - this is a general problem with the way the web server is using my ...
    (microsoft.public.inetserver.iis.security)
  • Re: Cached Logon
    ... > current credentials and only after failing would prompt for credentials. ... Keep in mind that whether the IE browser will supply the Windows ... the scenes" windows authentication information? ... > On the server I was logged in as domain1\administrator. ...
    (microsoft.public.windows.server.general)