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

various fixes for getting Nginx auth_request mode working #319

Merged
merged 3 commits into from Mar 29, 2017
Merged

various fixes for getting Nginx auth_request mode working #319

merged 3 commits into from Mar 29, 2017

Commits on Mar 29, 2017

  1. add --set-xauthrequest flag for use in Nginx auth_request mode

    This is enhancement of #173 to use "Auth Request" consistently in
    the command-line option, configuration file and response headers.
    It always sets the X-Auth-Request-User response header and if the
    email is available, sets X-Auth-Request-Email as well.
    lsiudut authored and ashkulz committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    829b442 View commit details
    Browse the repository at this point in the history
  2. Use X-Auth-Request-Redirect request header in sign-in page

    This is useful in Nginx auth_request mode, if a 401 handler is
    configured to redirect to the sign-in page. As the request URL
    does not reflect the actual URL, the value is taken from the
    header "X-Auth-Request-Redirect" instead. Based on #247
    sjoerdmulder authored and ashkulz committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    90a22b2 View commit details
    Browse the repository at this point in the history
  3. update documentation for Nginx auth_request mode

    Ashish Kulkarni authored and ashkulz committed Mar 29, 2017
    2 Configuration menu
    Copy the full SHA
    fe44b89 View commit details
    Browse the repository at this point in the history