Mint the SCIM token
1
Create the token
In the workspace console open Workspace, then API keys, and create a key of kind SCIM. This requires an OWNER or ADMIN role and a recent re-authentication.
2
Store it immediately
The token (prefix
lks01_) is shown once, at creation. Paste it straight into your IdP’s provisioning configuration; LaunchKit stores only a hash and cannot show it again. The API-keys page displays a short hint so you can tell tokens apart later.Configure your identity provider
- Okta
- Microsoft Entra
- Other SCIM clients
In your Okta app integration, enable SCIM provisioning and set:
- SCIM connector base URL:
https://api.trylaunchkit.ai/scim/v2 - Unique identifier field for users:
userName(the member’s email) - Authentication mode: HTTP Header,
Authorization: Bearer lks01_...