OOTB SCIM is not restricting the requester around the data visibility. The plugin will use the requesters scope and restricts the data visibility.
Plugin created for Custom REST API with Scoping Support
The functionality/flow is below:
The above Scope/SPRight can be further extended to address your use cases/needs appropriately.
Enable OAuth 2 Clients for Authentication as explained in the below community forum or refer the attached APIAuthenticationSetup.docx
Refer the attached OAuthClientSOP.java.txt for invoking this Custom REST end point using OAuth Authentication.Note: The users are restricted to execute other SCIM APIs as below unless and until user has the SCIMExecutor capability:Thanks for posting this. When I try to load it on my 8.2, it says "Unable to locate manifest file in RESTSCIMExtension.zip".
I have looked at the release notes and the version numbers seem fine.
<Plugin certificationLevel="None" displayName="RESTSCIMExtension" minSystemVersion="7.3" name="RESTSCIMExtension" version="2.2">
<Attributes>
<Map>
<entry key="minUpgradableVersion" value="1.0" />
Any help is greatly appreciated.
Pasha
Nevermind. I was using the wrong .zip file
Hello,
Do we have a SCIM API or REst API to fetch access request ids for an identity in Identityiq Sail Point.
Thanks
Amit Tiwari
A quick note for the author of this plugin, when you have the RequiredRight annotation for your REST endpoint (@RequiredRight(value = "UserListResourceExtendedSCIMExecutor")), that will automatically cross check the requesting identity against that SPRight. If you want to use a custom authorizer for the endpoint, then you should be annotating it with @Deferred, not @RequiredRight.
@Amittiwari197678 Do we have a SCIM API or REst API to fetch access request ids for an identity in Identityiq Sail Point. --> are you able to achieve this?