Multiple OAuth redirect url for TeamViewer OAuth Client

We are using the TeamViewer Meetings API in our applications, to enable the customer to create, edit, and delete meetings from our product itself. Our applications are running across the world from different Data centers (.in,.us, .eu, etc…). So our application domains will change based on the data centers.

As TeamViewer Oauth allows only one redirect URL per OAuth client, we have to create a new OAuth client for each domain.

It's hard to maintain separate OAuth clients for every domain. Instead, if you could allow us to use multiple redirect URLs for an OAuth client, the problem would be resolved.

The RFC6749 standard - section 3.1.2.2 defines the Authorisation server may allow multiple redirect urls.

https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2.2

Tagged: