Skip to content

Support for custom authorization header and skip canary check#158

Open
ppacher wants to merge 1 commit intonextcloud:masterfrom
ppacher:feature/basic-auth-headers
Open

Support for custom authorization header and skip canary check#158
ppacher wants to merge 1 commit intonextcloud:masterfrom
ppacher:feature/basic-auth-headers

Conversation

@ppacher
Copy link

@ppacher ppacher commented Oct 6, 2020

Changes proposed in this pull request:

This PR adds two additional (optional) parameters to the BasicAuth class:

  1. Support for a custom authorization header (defaults to authorization)
  2. Support to disable the "www-authenticate" canary check

The above changes are required to integrate with services, for example Authelia, that expect a different "Authorization" header and do not reply with "WWW-Authenticate" because they don't want the browsers to show the "User/Password" dialog.

Changes should be backwards compatible.

Signed-off-by: Patrick Pacher <patrick.pacher@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant