fix(authentik): Accept token requests without trailing slash

This commit is contained in:
2026-09-25 03:14:16 +05:30
parent ca90f591bd
commit f553fd3cd9
+14
View File
@@ -14,6 +14,20 @@ spec:
namespace: traefik
sectionName: websecure
rules:
# The ArgoCD Android app posts to the token endpoint without its trailing slash
- backendRefs:
- name: authentik-server
port: 80
filters:
- type: URLRewrite
urlRewrite:
path:
replaceFullPath: /application/o/token/
type: ReplaceFullPath
matches:
- path:
type: Exact
value: /application/o/token
- backendRefs:
- name: authentik-server
port: 80