Netskope Community
02-28-2023 10:25 AM - edited 02-28-2023 10:26 AM
Some of you may know that Netskope has a SCIM API which can be integrated with IDP's such as Okta, Azure AD, etc., to provision User's and Group's into a Netskope tenant. This is a critical part of deploying Netskope since the User provisioning is a pre-requisite to deploying the Netskope client.
There are certain times that you may not want to integrate with the IDP or maybe you are transitioning from an on-prem Identity Store to a cloud based one and aren't quite ready, but you still want to test Netskope functionality.
The SCIM API can also be used to manually create users and groups and add the users into groups so that they can both be leveraged in Netskope real-time protection policies. The guide provides a walk through on how to accomplish this task.
If you have some ideas on how to improve the guide or on any additions, please reach out to me to discuss.
03-01-2023 06:42 AM
Love the documentation and effort here. Any chance that it could be added into the Swagger within the tenant APIdocs?
https://<tenant_name>.goskope.com/apidocs/
03-06-2023 06:59 PM
Yes, we plan to get SCIM documented in swagger. It will be after we've moved it into a v2 model.
03-01-2023 06:47 AM
@myee Thanks for this documentation
03-10-2023 01:42 PM
is there any way to query a user and their group memberships or the reversal, a certain group and it's members?
03-21-2023 08:26 AM
This may be an enhancement request, let me look into it and get back to you.
03-20-2023 07:10 AM
This guide is good but it's missing a key component on how to find a users SCIM ID. Their is a postman query to "List all Users" but it paginates the results so it's hard to search for a user. Is there a way to filter on a specific user in the URI being called?
03-21-2023 08:27 AM
Let me review this and get back to you on my findings.
03-21-2023 08:38 AM
We are solving this an ugly way with postman by appending this to the scim url to pull back each page
/Users?startIndex=1000&count=1000
/Users?startIndex=2000&count=1000
/Users?startIndex=3000&count=1000
...
03-22-2023 01:12 PM
03-22-2023 01:21 PM
Thanks I will definitely look into this.
In order to view this content, you will need to sign in to your account. Simply click the "Sign In" button below
Sign In