Showing posts with label IHttpModule. Show all posts
Showing posts with label IHttpModule. Show all posts

Thursday, January 13, 2011

Asp.net HTTP module to force authenticate user via Basic WWW-Authenticate dialogue

Playing around with the available authentication methods I came up with a simple Http module that forces the browser to display the build in credentials form and authenticates the user by simply adding a line in the web.config file.