Custom Plugin source code template

Which IIQ version are you inquiring about?

8.4p2

I wanted to make a custom plugin to expose an API. I saw a video from sailpoint showing how to do it. Video made it look very easy. But i find myself in trouble of finding a template of project for IntelliJ to create such plugin. Is there are template source code provided? (the one form video is already built plugin)

Video here: Developing custom APIs through the plugin framework

@blazejbadzio Please check this resource: https://community.sailpoint.com/t5/Plugin-Framework/Plugin-Development/ta-p/145288

They used a sample plugin ToDoPlugin to explain the concepts.

Please check and let us know if you stuck anywhere.

Hi @blazejbadzio Here is a setp by step guide for the eclipse setup https://community.sailpoint.com/t5/Deployment-Accelerator-Knowledge/IIQDA-IdentityIQ-Deployment-Accelerator-User-s-guide/ta-p/76698

Thanks,

PVR.

There is a IIQ Plugins Course in Identity University. Along with the course, they will provide one documentation. You can go through that course. It will help you to learn Plugin creation.

Hi Blazez, It should be easy, just go through that video, and built your plugin to expose the api endpoints.

If you are new to plugin development and need help, I have recently built the plugin to expose few endpoints of sailpoint, Ping me in chat, I will share the plugin with you. You can enhance that plugin and built your own.