Learn about syncing your user list using an SFTP connection.
An SFTP integration allows an organization to synchronize user and group information by uploading CSV files using SFTP. WorkOS maintains a receiving SFTP server that can be connected to from the organization’s HRIS provider/SFTP client.
If the organization’s HRIS has a built-in SFTP client, SFTP will allow them to automatically sync their data and ensure your data is always up to date. An SFTP integration allows for provider-agnostic ingestion of employee data into your product ecosystem.
Once the integration is set up, WorkOS automatically creates and hosts an SFTP folder for the organization’s HRIS provider to upload files at a regular cadence.
An SFTP integration has the following advantages:
Your app interfaces with an SFTP directory the same as with other directories; receiving events when the directory is created or updated:
Note: The SFTP integration isn’t enabled by default in the WorkOS Dashboard or Admin Portal. Please reach out to support@workos.com
WorkOS provides an SFTP server URL and username specific to the directory. Once set up, the URL and username will be available under directory settings in the WorkOS Dashboard
The SFTP URL is the location of the SFTP server to upload user and group information. Authentication uses a username and a key pair.
You will need to provide a public key for authentication. Normally this will come from a key pair provided your customer’s IT team and may be created by their HRIS. Maximum key length is 2048 bytes and supported keys are: ED25519
, RSA
, and ECDSA
.
Your customer will need to export the users and groups as CSV files with the structure below.
Login to your WorkOS Dashboard and select “Organizations” from the left hand navigation bar. Select the organization you’ll be configuring a new Directory Sync connection with.
Click “Add Directory”. Select “SFTP” as the directory type, and then enter a name for this directory.
Click “Create Directory”.
Retrieve the public key that will be used for SFTP from the organization’s admin.
Click “Update Directory” in the WorkOS Dashboard.
Enter the customer’s public key in the input field.
The SSH public key format should include the key type (e.g. ssh-rsa
, ssh-ed25519
), base64 encoded body, and an optional comment, with spaces between each element. For example, ssh-rsa AAAABB1 keycomment
.
RSA, ECDSA, and ED25519 keys are accepted.
ssh-rsa
.ssh-ed25519
.ecdsa-sha2-nistp256
, ecdsa-sha2-nistp384
, or ecdsa-sha2-nistp521
, depending on the size of the key generated.After adding the public key, WorkOS generates a username. You will see the green “Linked” icon appear.
Share the username with the organization admin and ask them to upload the CSV files using their private key to sftp.workos.com
.
Now, whenever your customer assigns users or groups to your application, you’ll receive updates based on the changes in their directory.
Click on the “Users” tab in the dashboard to view synced users.
A detailed guide to integrate the WorkOS API with your application can be found here
SFTP (Secure File Transfer Protocol) uses SSH (Secure Shell protocol) to symmetrically encrypt traffic after an asymmetric key negotiation for authentication.
Our solution leverages The AWS Transfer Family
We leverage the default security policy (security-policy-transfer-2020-06
As the data is stored in an AWS S3 bucket the default (since January 2023) is that it is encrypted at rest (SSE-S3
Each of the organizations you’re onboarding will create an SSH key pair, this consists of a public key, and a private key. They will retain the private key, ensuring that only they can authenticate. The public key uploaded to WorkOS will be used to authenticate the organization’s connection via SFTP.
Each of your organizations is mapped to a distinct S3 bucket based on an internal (cryptographically random) identifier for the SSH key pair.
In either of the following events your organization’s data, and the S3 bucket will be deleted: