pyramid_macauth

A Pyramid authentication plugin for MAC Access Authentication
Download

pyramid_macauth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MPL
  • Price:
  • FREE
  • Publisher Name:
  • Mozilla Services Team
  • Publisher web site:
  • http://mozilla.org

pyramid_macauth Tags


pyramid_macauth Description

pyramid_macauth is a Pyramid authentication plugin for MAC Access Authentication: http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01To access resources using MAC Access Authentication, the client must have obtained a set of MAC credentials including an id and secret key. They use these credentials to make signed requests to the server.When accessing a protected resource, the server will generate a 401 challenge response with the scheme "MAC" as follows:> GET /protected_resource HTTP/1.1> Host: example.com< HTTP/1.1 401 Unauthorized< WWW-Authenticate: MACThe client will use their MAC credentials to build a request signature and include it in the Authorization header like so:> GET /protected_resource HTTP/1.1> Host: example.com> Authorization: MAC id="h480djs93hd8",> ts="1336363200",> nonce="dj83hs9s",> mac="bhCQXTVyfj5cmA9uKkPFx1zeOXM="< HTTP/1.1 200 OK< Content-Type: text/plainProduct's homepage


pyramid_macauth Related Software