After giving up on the process of getting the CASA assessment for Google Drive, we decided to use the Google File Picker plugin. Unfortunately, our application runs on dynamic subdomains and the OAuth Screen doesn’t allow wildcards on the JS Origins.
Has anyone run on the same issue? How did you sort it?
The only way we can see is by opening a new window using the main domain, running the Auth flow there and that should let us access from a subdomain. But I’m not sure how to trigger this when a user clicks on the Google Picker plugin. Any ideas?
Note: I initially posted and deleted this as I found a reference to oauthDomain in the docs. But, after testing it, the setting only seems to work with other providers, not GoogleFilePicker.
Thanks!