Skip to main content

slack external-auth select-auth

Set developer authentication to be used for a specific workflow

Synopsis

Set workflow-specific developer authentication for external APIs

slack external-auth select-auth --workflow #/workflows/workflow_callback --provider provider_key --external-account external_user_id [flags]

Examples

external-auth select-auth -W #/workflows/workflow_callback -p google_provider -e user@salesforce.com

Options

  -E, --external-account string   specifies an external account identifier, for example an email address
-h, --help help for select-auth
-p, --provider string specifies an external auth provider to set selected developer account
-W, --workflow string specifies an workflow to set selected developer account

Options inherited from parent commands

  -a, --app string           use a specific app ID or environment
--config-dir string use a custom path for system config directory
-e, --experiment strings use the experiment(s) in the command
-f, --force ignore warnings and continue executing command
--no-color remove styles and formatting from outputs
-s, --skip-update skip checking for latest version of CLI
-w, --team string select workspace or organization by team name or ID
--token string set the access token associated with a team
-v, --verbose print debug logging and additional info

See also

  • slack external-auth - Add and remove external authorizations and client secrets for providers in your app