Hi All,
Im new to APIGEE and trying to build SCIM server for provisioning. Is it possible to build aSCIM server in APIGEE. if yes, could you please provide any reference.
Thanks in advance
,
@rajesh kota - were you able to find a solution for this use case. we are planning to enable SCIM using Apigee.
@dchiesa1 can you please confirm is their a way that APIGEE edge provides SCIM integration or gives an API to add/modify users apart from manually doing it from APIGEE Edge UI?
Hi @rajeshkotamca, have looked at the external IDP authentication docs? This describes the approach taken to identity management which primarily includes receiving managed identities from an external provider. It is possible to align more with SCIM then our IDP provides if you make use of the REST API of your external provider to manage those interactions. You are able to deploy APIs that implement those interactions you want to manage from Apigee. Deploying APIs developed for this purpose with shared flows will enable you to readily integrate SCIM functions into your workflows.