providers/proxy: add setting to intercept authorization header (#4457)
* add setting to intercept authorization header Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rename to intercept_header_auth Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -8,6 +8,5 @@ const SessionClaims = "claims"
|
||||
const SessionRedirect = "redirect"
|
||||
|
||||
const HeaderAuthorization = "Authorization"
|
||||
const HeaderNoRedirect = "X-Authentik-No-Redirect"
|
||||
|
||||
const AuthBearer = "Bearer "
|
||||
|
Reference in New Issue
Block a user