Giter Club home page Giter Club logo

azurepowertools's Introduction

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.

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.

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

<!-- exclude POST requests to URLs starting with /home; other requests (GET to /home/index, POST to /account/login) should be authenticated -->
<add url="^/home(.*)" verb="post" />
<!-- exclude POST requests to all URLs; other requests (GET to /home/index, DELETE to /account/123) should be authenticated -->
<add url="" verb="post" />
<!-- exclude all requests to URLs starting with /allow; other requests should be authenticated -->
<add url="^/allow(.*)" verb="" />
<!-- exclude all requests to URLs starting with /home; rules specified below overwrite previous rules with the same url pattern.  -->
<add url="^/home(.*)" verb="" />

azurepowertools's People

Contributors

bevistc avatar mariusrybelis avatar pauliusmaciulis avatar vytpau avatar zilitada avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.