tailorctl workspace authconnection create

Create a new OAuth2 authentication connection in the active workspace.

Usage

tailorctl workspace authconnection create [flags]

Flags

      --client-id string       OAuth2 client ID
      --client-secret string   OAuth2 client secret
  -h, --help                   help for create
  -i, --interactive            interactive mode
      --issuer-url string      OAuth2 issuer URL
  -n, --name string            connection name
      --provider-url string    OAuth2 provider URL
  -t, --type string            connection type (TYPE_OAUTH2)

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace authconnection create --name my-google-auth --type TYPE_OAUTH2 --provider-url https://accounts.google.com --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET

See also