Re: looking for a way to provide non-interactive a (General questions)
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:
- looking for a way to provide non-interactive authe - cedral, 2006-09-06, 03:30
- Re: looking for a way to provide non-interactive a - wodDrazen, 2006-09-06, 08:50
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 17:09
- Re: looking for a way to provide non-interactive a - wodDamir, 2006-09-06, 18:32
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 21:55
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-06, 23:21
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-08, 02:42
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-11, 20:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-11, 20:07
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-12, 20:35
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-20, 23:13
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-20, 23:25
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 01:39
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-25, 02:41
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 08:26
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-27, 00:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-27, 01:06
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-27, 00:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 08:26
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-25, 02:41
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 01:39
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-20, 23:25
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-20, 23:13
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-12, 20:35
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-11, 20:07
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-11, 20:03
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-08, 02:42
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-06, 23:21
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 21:55
- Re: looking for a way to provide non-interactive a - wodDamir, 2006-09-06, 18:32
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 17:09
- Re: looking for a way to provide non-interactive a - wodDrazen, 2006-09-06, 08:50