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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user