Plugins
Quick answer
Extending SailPoint IdentityIQ with plugins: what they are, when to use them and how they are packaged and deployed.
Key takeaways
- Plugins package custom UI, REST and logic cleanly
- Use for reusable features and self-contained integrations
- Bundle assets, services, tables and config
- Versioned and independently enabled/upgraded
What plugins are
Plugins package custom UI, REST endpoints and logic into an installable unit that extends IdentityIQ without modifying the core product.
When to use one
Use a plugin for reusable custom functionality, a new admin screen, a dashboard widget, or a self-contained integration you want to install cleanly.
Structure
A plugin bundles its web assets, REST services, database tables and configuration, installed and enabled from the Plugins page.
Lifecycle
Plugins are versioned and can be enabled, disabled or upgraded independently, which keeps custom features isolated from core upgrades.
Want to learn this properly?
Our live, instructor-led SailPoint Training covers this hands-on, with real projects and a certification path.
Check your understanding
What is the main benefit of a plugin?
- A. Faster aggregation
- B. Isolated, installable custom features
- C. Automatic correlation
- D. Cheaper licensing
Show answer
B. Isolated, installable custom features
Plugins package custom features cleanly so they stay isolated from core upgrades.