What Living Security needs
Scopes: Client Credentials grant type with access to
/v3/accounts and /v3/search endpoints
Required role: Admin or System Administrator in SailPoint IdentityNow
Prerequisites
- You must have Admin or System Administrator access in SailPoint IdentityNow to create and manage API clients.
Part A — In SailPoint IdentityNow
Your SailPoint IdentityNow administrator completes these steps.1
Locate your tenant subdomain
Your tenant subdomain appears before
.identitynow.com in all IdentityNow URLs.From your IdentityNow URL:
When signed in, your browser shows https://TENANT.identitynow.com. The part before .identitynow.com is your tenant subdomain.From the admin dashboard:
Navigate to Admin → Dashboard → Overview and look for the Org Name in the Org Details section.Record this value for Part B.2
Create an OAuth 2.0 API client
- Sign in to your IdentityNow admin console.
-
Navigate to the API Management panel:
https://TENANT.identitynow.com/ui/admin/#admin:global:security:apimanagementpanelReplaceTENANTwith your actual tenant subdomain. - Click New (or Create API Client).
-
Enter a descriptive Name (e.g.,
Living Security Platform). - Under Grant Types, enable Client Credentials.
- Leave other grant types disabled unless you have a separate use case.
- Click Save.
The Client Credentials grant type authorizes the integration to request access tokens using only the client ID and secret, with no user interaction. This is appropriate for server-side data sync integrations.
3
Copy the Client ID and Client Secret
After saving, IdentityNow displays the Client ID and Client Secret.Copy both values immediately and store them securely (e.g., in a password vault).
Part B — In the Living Security Platform
The program owner completes this step, or the system admin if using delegated setup.1
Troubleshooting
403 Forbidden
403 Forbidden
The API client may not have sufficient authorization scopes, or your IdentityNow admin account lacks the necessary rights.Verify:
- The API client is configured with the Client Credentials grant type
- Your admin account has roles required to access
/v3/accountsand/v3/searchendpoints
Connection fails with invalid tenant
Connection fails with invalid tenant
The tenant subdomain may be incorrect. Verify:
- You entered only the subdomain (e.g.,
acme), not the full domain - The subdomain matches your IdentityNow URL exactly (case-sensitive)
Empty results
Empty results
The API client may lack permissions to read identity data. Verify your IdentityNow admin account has the roles required to access the identities and accounts APIs.

