Argo CD · Example Payload

Argo Cd Cluster Oidc Config Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Cluster Oidc Config Example is an example object payload from Argo CD, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cliClientIDclientIDenablePKCEAuthenticationidTokenClaimsissuernamescopes

Example Payload

Raw ↑
{
  "cliClientID": "app-123456",
  "clientID": "app-123456",
  "enablePKCEAuthentication": true,
  "idTokenClaims": {},
  "issuer": "example-issuer",
  "name": "my-application",
  "scopes": [
    "example-scopes",
    "example-scopes"
  ]
}