tailorctl workspace authconnection authorize
Start the OAuth2 authorization flow for an authentication connection.
Usage
tailorctl workspace authconnection authorize [flags]
Flags
-h, --help help for authorize
-i, --interactive interactive mode
--no-browser Don't open browser automatically
-p, --port int Local callback server port (default 8080)
--scopes strings OAuth2 scopes to request (include offline_access to obtain refresh_token) (default [openid,profile,email,offline_access])
Flags inherited from parent commands
-w, --workspace_id string workspace ID (overrides active context)
Examples
tailorctl workspace authconnection authorize --name my-google-auth
See also
- tailorctl workspace authconnection - Manage auth connections