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 providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
auth_basic.go providers/proxy: fix client credential flows not using http interceptor 2023-02-15 00:22:56 +01:00
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 providers/proxy: fix JWKS url in embedded outpost (#6644) 2023-08-28 00:52:01 +02:00
endpoint_test.go providers/proxy: fix JWKS url in embedded outpost (#6644) 2023-08-28 00:52:01 +02:00
error.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
mode_common.go providers/proxy: only intercept auth header when a value is set (#6488) 2023-08-06 01:18:20 +02:00
mode_common_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
mode_forward.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
mode_forward_caddy_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
mode_forward_envoy_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
mode_forward_nginx_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
mode_forward_traefik_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
mode_proxy.go internal: remove deprecated metrics (#7540) 2023-11-13 14:48:37 +01:00
mode_proxy_test.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
oauth.go providers/proxy: strip scheme when comparing redirect URL 2023-02-20 21:22:26 +01:00
oauth_callback.go providers/proxy: send token request internally, with overwritten host header (#4675) 2023-02-13 16:34:47 +01:00
oauth_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
session.go providers/proxy: Fix duplicate cookies when using file system store. (#7541) 2023-11-13 15:33:49 +01:00
session_test.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00
utils.go providers/proxy: different cookie name based on hashed client id (#4666) 2023-02-12 16:34:57 +01:00
utils_test.go root: bump api generator (#5139) 2023-04-01 18:10:52 +02:00