From 8d796a7c014bc0574787bdb54069d2bf55ef75f6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 11 Dec 2023 10:36:55 -0600 Subject: [PATCH] authelia: Fix argocd-cli OIDC client The `argocd` CLI needs the audience claim in OIDC identity tokens to be `argocd-cli` or it will refuse to use the token. --- authelia/configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index b78e200..58d47e0 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -96,6 +96,8 @@ identity_providers: description: argocd CLI public: true pre_configured_consent_duration: 7d + audience: + - argocd-cli redirect_uris: - http://localhost:8085/auth/callback scopes: