Aggregation failure for Zscaler ZIA

I am configuring a new source Zscaler ZIA.

URL: https://scim.zscalerbeta.net/<tenant_id>/scim

Not putting actual tenant id here due to compliance but the tenant id I have from zscaler side looks something like 123a4b5c-67de-8fg9-h1i2-j34567891234

Test Connection works. Discover Schema works.

But while running aggregation getting 404 error.

openconnector.ConnectorException: {“schemas”:[“urn:ietf:params:scim:api:messages:2.0:Error”],“scimType”:“RESOURCE_NOT_FOUND”,“detail”:“Wrong URL : 123a4b5c-67de-8fg9-h1i2-j34567891234/scim/Users”,“status”:“404”}

Can anyone please help me this. Thanks.

Hi Amrit,
As far as I see the ZScaler SCIM API is pretty much limited - it does not look like it is implementing complete SCIM standard

Here you can see it generaly only supports Read Users, Create/Update Users and Delete Users - for groups it only supports creation of groups and modification of role membership.

As you can see here

SCIM Standard expects the /Schemas endoint - if this method would be implemented that would allow Schema Discovery to work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.