Search
Varnish Controller

vcli idp

Handle Identity Providers for organizations.

Synopsis

Handle Identity Provider related tasks.

Examples:

vcli idp inspect 1
vcli idp list
vcli idp add --org 1 --base-url http://idp.tld/oidc-url --client-id demo --client-secret mysecret
vcli idp delete 1
vcli idp update --org 1 --client-secret newsecret

Options

  -h, --help   help for idp

Options inherited from parent commands

  -c, --config string   configuration file for the CLI (default ~/.vcli.yml)
                        Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
      --csv             Output the response table as CSV format.
  -j, --json            Output the response table as JSON format.

SEE ALSO