Authorization
When you add a 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 both username/password and Secure Shell (SSH) key authentication. A private key is the preferred and more secure method.
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 address or domain 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 edited.
-
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 that was 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 private SSH key that was configured for the user 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.