1
0
Fork 0

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.
dch-webhooks-secrets
Dustin 2023-12-11 10:36:55 -06:00
parent 12773c7fd2
commit 8d796a7c01
1 changed files with 2 additions and 0 deletions

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: