Hi,
I'm creating a web application as a multi-tenant system. Each user has it's own subdomain. Eg.:
usera.domainname.com,
userx.domainname.com, ...
Now each user should be able to connect to his google calendar. In the Google API Console, API Access I can add allowed Redirect URIs. Unfortunatly it is not possible to add a wildard domain like *.
domainname.com.
Is there a workaround for this? Is it planned to add wildcard domain in this setting? At the moment I'm adding each subdomain manually there.
Thanks and regards,
Markus