Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devbridge/azurepowertools


https://github.com/devbridge/azurepowertools

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

DevBridge Azure Power Tools (http://www.devbridge.com)
=======================================================================
Our Azure Power Tools project is the collection of Windows Azure related tools and extensions. Here at DevBridge, we believe in open communication and like to share our knowledge with others who may find it helpful.

You can also take a look at our [Standard Web Project Template](https://github.com/devbridge/StandardWebProjectTemplate).

## Basic authentication for Windows Azure websites
Basic authentication for Windows Azure websites is a HTTP managed module that provides basic authentication for web applications hosted in Windows Azure websites. For more information please read this [blog post](http://www.devbridge.com/articles/basic-authentication-for-windows-azure-websites).

Basic authentication module has relation to two projects:
- Devbridge.BasicAuthentication project has the implementation for the basic authentication module.
- Devbridge.BasicAuthentication.Test is simple test website that can be used to test basic authentication.

###Configuration Settings
* `allowRedirects`: indicates whether redirects are allowed without authentication.
* `excludes`: allows to configure rules to exclude certain parts of application from authentication.

####Sample excludes
```

```