I'm creating a custom connector to Google Firestore API. I chose OAuth as the authentication method, and I got https://global.consent.azure-apim.net/redirect as redirect uri. However, Google requires OAuth redirect uris to be verified (in fact, domains must be verified). Since I do not own the domain, I had no idea of verifying its ownership and append to "authorized redirect uris". Are there any ideas of achieving that?