23c69c456a
* 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>
13 lines
240 B
Go
13 lines
240 B
Go
package constants
|
|
|
|
const SessionName = "authentik_proxy"
|
|
|
|
const SessionOAuthState = "oauth_state"
|
|
const SessionClaims = "claims"
|
|
|
|
const SessionRedirect = "redirect"
|
|
|
|
const HeaderAuthorization = "Authorization"
|
|
|
|
const AuthBearer = "Bearer "
|