Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bland committed Nov 9, 2015
1 parent 12b5b0a commit 116a68e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,10 @@ OAuth2 Proxy responds directly to the following endpoints. All other endpoints w
## Request signatures

If `signature_key` is defined, proxied requests will be signed with the
`GAP-Signature header, which is a SHA1 HMAC of selected request information
and the request body [see `SIGNATURE_HEADERS` in
`oauthproxy.go`](./oauthproxy.go).
`GAP-Signature header, which is a [Hash-based Message Authentication Code
(HMAC)](https://en.wikipedia.org/wiki/Hash-based_message_authentication_code)
of selected request information and the request body [see `SIGNATURE_HEADERS`
in `oauthproxy.go`](./oauthproxy.go).

If no `signature_key` is set, no signature will be applied.

Expand Down

0 comments on commit 116a68e

Please sign in to comment.