SCIM Provisioning
System for Cross-domain Identity Management (SCIM) is a standard for exchanging user information across applications. Popl supports SCIM for managing members on a Popl Team, and will support any vendor that supports SCIM standard schemes. SCIM can be used to provision Popl profiles for your team.
To get started with SCIM provisioning, please request your Tenant URL and Token from our support team: [email protected].
SCIM with Okta
Configure Popl with SAML in Okta: Here
Open the Popl Application in Okta. Switch to the General tab and edit the settings
On the general settings pane, turn on SCIM provisioning. Save these changes.

Next, switch to the Provisioning tab in Okta. Set the following options:
SCIM connector base URL: https://api.popl.co/api/external/scim/
Unique identifier field for users: userName
Supported provisioning actions: Check the following options:
Push New Users
Push Profile Updates
Push Groups
Authentication Mode: HTTP Header
Authorization: Enter the token provided to you by Popl support. If you do not have a token, please reach out to us [email protected]

Click "Test Connector Configuration". Save these changes.
Switch to the "To App" option in the sidebar on the left. Ensure these options are selected. Save any changes.

Click on the "Assignments" tab on the top. Add the users or groups that you would like to have synchronized to Popl.
You should now see that those profiles are available in your Popl team!
SCIM with Microsoft Entra
Log in to Microsoft Entra (https://entra.microsoft.com/#home)
On the left sidebar, under “Applications”, click “Enterprise Applications”
Click “New Application”
Click “Create your own application”
Name your SCIM application and select “Integrate any other application you don't find in the gallery (Non-gallery)”
Select “Provisioning” under Manage
Change “Provisioning Mode” to Automatic where you will be asked for the acquired Tenant URL and Secret Token.
Within Admin Credentials, enter in the Tenant URL and Secret Token.
Mappings
At the moment only name and email are supported for Users.
Groups are not support at the moment so please select no for enabled.
Test Connection where you will be shown a success message.
Set “Provisioning Status” to On and click save.

Last updated