This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/internal/outpost/proxyv2/application
Jens L dc7ffba8fa
internal: remove special route for /outpost.goauthentik.io (#7539)
With this special route for outpost.goauthentik.io, misdirected requests to /outpost.goauthentik.io/auth/start will create a cookie for the domain authentik is accessed under, which will cause issues with the actual full auth flow. Requests to /outpost.goauthentik.io will still be routed to the outpost, but with this change only when the hostname matches

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-11-13 17:39:40 +01:00
..
application.go internal: remove special route for /outpost.goauthentik.io (#7539) 2023-11-13 17:39:40 +01:00
auth.go
auth_basic.go
auth_bearer.go providers/proxy: fix client credential flows not using http interceptor 2023-02-15 00:22:56 +01:00
claims.go providers/proxy: improve SLO by backchannel logging out sessions (#7099) 2023-10-09 01:06:52 +02:00
endpoint.go
endpoint_test.go
error.go
mode_common.go
mode_common_test.go
mode_forward.go
mode_forward_caddy_test.go
mode_forward_envoy_test.go
mode_forward_nginx_test.go
mode_forward_traefik_test.go
mode_proxy.go internal: remove deprecated metrics (#7540) 2023-11-13 14:48:37 +01:00
mode_proxy_test.go
oauth.go
oauth_callback.go
oauth_test.go
session.go providers/proxy: Fix duplicate cookies when using file system store. (#7541) 2023-11-13 15:33:49 +01:00
session_test.go
test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
utils.go
utils_test.go