Is there a way to add appengine preview urls to authorized domain without specifying each preview url? Wildcards no longer work and I find it a chore to add every preview url dynamically generated for the app. Any ideas?
Asked
Active
Viewed 65 times
0
-
What portion of the url you want to set as wirldcard? The project id, version ...? – Puteri Dec 31 '22 at 19:32
-
It doesn't allow wildcard. I updated the question with an image that shows this. – Chukwuma Nwaugha Jan 03 '23 at 18:45
-
As per this [public issue tracker](https://issuetracker.google.com/issues/170740549#comment34) comment,the use of wildcard as OAuth origins or redirect URIs is blocked in order to ensure the security and privacy of user accounts. you can try the workaround mentioned [here](https://stackoverflow.com/a/64490062/18265570) – Roopa M Jan 05 '23 at 08:38