As a daily-user of VSCode, I wanted to have a helpful extension to ease things with IdentityNow and its APIs.
Note: This extension is not developed, maintained or supported by SailPoint. It is a community effort to help manage IdentityNow from Visual Studio Code.
The extension has evolved and support the following operation, while benefiting from a fully-feature IDE like VSCode:
Connect to several tenants
Import and export config of a tenant
View, edit, aggregate, test, peek, ping, clone, or reset sources
View, create, edit, delete, and test transforms
View, create, edit, delete provisioning policies of a source
View, create, edit, delete schemas of a source
View, edit, enable, disable, export, import workflows and view execution history
View, create, edit, delete connector rules and export/import the script of a rule
View, edit, delete service desk integrations
View, edit, delete identity profiles and lifecycle states, and refreshes all the identities under a profile
Here is version 1.0.0
It brings the support of entitlements for importing/exporting roles.
Most importantly, the extension has reached a milestone for which I considered the direct usage of API or Postman is unnecessary.
The extension will continue to evolve (the next step is probably the depreciation of the CC API for instance). But I think it deserves its version 1.0.
As usual, if you have any issue or any idea, do not hesitate to open a new issue in GitHub!
As of now, all new tenant added will be marked as “read-only” by default. You can unlock the tenant by clicking the lock that appears when you pass the mouse over the tenant name
Lots of fixes, refactoring, updates and new features:
Update for source aggregation and reset to leverage beta endpoints instead of CC endpoints
Hi Yannick, is it intended behavior that VS Code prompts for a token every time I change orgs? I get prompted every time I switch between tenants to sign in and I get this drop down:
We are also facing the same authentication issue wherein Visual Studio is continuously prompting us to select the account w.r.t PAT. Please let us know if you find some solution.