First of all: happy new year to you all!
We are going to implement to embeddable widget in our software. We've only got one issue for our on-premise customers: since they can determine themself how their URL will look like, it is not possible to have the embeddable widget for them, unless we take on a load of administration to make sure all domains are in the trusted domains for the embeddable widget.
Because we have a lot of customers running our software on-premise, and they change the url for time to time (when a new manager is in town, and he/she comes up with an even better url), the workload to get the trusted domains in sync is unacceptable. Simply to much red tape.
There are two imho two options:
- Make it possible to use the widget without trusted domains. But there are security/financial risks.
- Have an API that can add a trusted domain to the list of trusted domains. There is a small issue here, because the validation for trusted domains requires it to have a . character, while some of our customers use our software under f.i. http://insided
I've looked in the API documentation, and I couldn't find this possibility.
Did I overlook an other possibility?