From 6a373f8a5e3ecb5ae1b3816c8fcf0764953397e8 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 20:58:36 +0900 Subject: [PATCH] argocd: use client_secret_post for Authentik OIDC --- argocd/apps/argocd-self.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd/apps/argocd-self.yaml b/argocd/apps/argocd-self.yaml index e6d785a..76fb2fb 100644 --- a/argocd/apps/argocd-self.yaml +++ b/argocd/apps/argocd-self.yaml @@ -24,6 +24,7 @@ spec: issuer: https://auth.nik4nao.com/application/o/argocd/ clientID: xg3XsKFdFhAt8103X9KUoH72MiPEyLDlpTDcx5hT clientSecret: $argocd-oidc-secret:oidc.authentik.clientSecret + clientAuthMethod: client_secret_post requestedScopes: - openid - profile