Re: looking for a way to provide non-interactive a - WeOnlyDo Discussion board

Re: looking for a way to provide non-interactive a (General questions)

by wodDrazen, Wednesday, September 06, 2006, 08:50 (6445 days ago) @ cedral

Hi,


wodWebServer's AuthenticationType Property allows you to use NTLM authentication.
If you set AuthenticationType Property to AuthNTLM wodWebServer will use NTLM authentication.

If you also set Authentication property to AuthRequired, client then *must* provide his credentials to access resources on your server. Failing to do so will cause 'Forbidden' response to be returned to him automatically.

When client tries to authenticate, UserAuthenticate event will fire where you must set Action argument to Accept or Deny. If you set it to Deny then wodWebServer will automatically redirect response to 'Forbidden' response. When set to Allow, wodWebServer will proceed as usual - firing RequestDone event to handle and send response.

More help for AuthenticationType Property you can find here:
http://www.weonlydo.com/WebServer/Help/WODWEBSERVERLib~wodWebServer~AuthenticationType.html

More help for Authetication Property you can find here:
http://www.weonlydo.com/WebServer/Help/WODWEBSERVERLib~wodWebServer~Authentication.html

for UserAuthentication Event here:
http://www.weonlydo.com/WebServer/Help/WODWEBSERVERLib~wodWebServer~UserAuthenticate_EV.html

Hope I helped.


Regards,
Drazen


Complete thread: