Add ability to install Marketplace integrations from the API
Closed this issue · 1 comments
Checklist
- I have looked into the Readme and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
The Actions API returns installed integrations. But it does not allow an integration to be installed programatically.
Describe the ideal solution
I would like to request the ability to install & upgrade Marketplace integrations by either the UID or the catalog ID so that I can automatically configure these integrations on customer tenants.
Alternatives and current workarounds
The only workaround right now is to do it manually on the website.
Additional context
I am building integrations for an app management platform and would like to be able to manage what is installed automatically for the end user using the Management API. Thanks!
We can not support features in the SDK that are not supported from the Management APi itself. I recommend opening feedback here. If this end up being added to the Management API, it should also end up in our SDK.