Authorization
When you add an SFTP card to a flow for the first time, Okta Workflows prompts you to set up a connection for that server. Setting up a connection allows you to connect the flow to your SFTP instance, save the data, and reuse that connection the next time you build a flow with this card.
The SFTP connector supports either password or Secure Shell (SSH) key authentication. A private key is the preferred and more secure method.
If you use a private key, it must be generated without a passphrase, as this information can't be passed to the SFTP server.
See Guidance for SFTP connector.
Create a connection
-
Click New Connection.
-
In Connection Nickname, enter a nickname for this connection. This is useful if you plan to create multiple connections to share with your team.
-
In Host, enter the IP or domain address of the SFTP server.
For example, 61.183.13.101 or s-abcde9871234.server.transfer.us-west-2.amazonaws.com.
-
In Port the default value is 22. This value can't be changed.
-
In Username, enter the username of an SFTP user configured on the server.
-
Complete one of the following fields:
-
In Password, enter a value for the password configured for the user during SFTP server setup. Leave this field empty if you're using a Private Key.
-
In Private Key, enter a value for the user's private SSH key configured during SFTP server setup. Leave this field empty if you're using a Password.
-
-
Click Create.
-
Click Authorize to grant access to your SFTP data.