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.
This commit is contained in:
2023-12-11 10:36:55 -06:00
parent 12773c7fd2
commit 8d796a7c01

View File

@@ -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: