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
parent
12773c7fd2
commit
8d796a7c01
|
@ -96,6 +96,8 @@ identity_providers:
|
||||||
description: argocd CLI
|
description: argocd CLI
|
||||||
public: true
|
public: true
|
||||||
pre_configured_consent_duration: 7d
|
pre_configured_consent_duration: 7d
|
||||||
|
audience:
|
||||||
|
- argocd-cli
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- http://localhost:8085/auth/callback
|
- http://localhost:8085/auth/callback
|
||||||
scopes:
|
scopes:
|
||||||
|
|
Loading…
Reference in New Issue