We use the boardPicker in our software to allow clients that use the Miro service to embed their boards in our application. This is great, thank you. The problem is that we have many clients accross many domains using one private Miro app. We automate the deployment of our software, but have a manual step to include the new client domain in our Miro App so they can use the board picker.
One of the following would solve our problem, we have no preference in which you choose:
- Create an API endpoint so that we can manage the allowed domains list
- Enable all subdomains of the whitelisted domains in the boards picker allow list
- Support wildcard expression for domains in the boards picker allow list (*.my-domain.com)