Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbridge/azurepowertools
https://github.com/devbridge/azurepowertools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbridge/azurepowertools
- Owner: devbridge
- License: other
- Created: 2012-09-24T12:08:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T15:09:01.000Z (over 6 years ago)
- Last Synced: 2024-06-21T15:17:04.400Z (7 months ago)
- Language: C#
- Size: 305 KB
- Stars: 42
- Watchers: 21
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
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
``````