Apr 18, 2024 10:29 AM
Hi, we are configuring a new OAuth App, and would like to configure multiple redirect URLs.
Is that supported? Can we provide multiple URLs? Thanks
May 23, 2024 08:54 PM
Hello @mdesousa ,
Yes, it is possible to configure multiple redirect URLs for an OAuth application, though the implementation can vary depending on the platform you are using.
Most OAuth provider interfaces have a way to add multiple redirect URIs. You would list each allowed URI in the OAuth app settings. Some platforms allow you to enter multiple URLs separated by commas in the redirect URI field. If supported, you might use wildcard patterns to cover multiple redirect URIs under the same base URL.
For Airtable specifically, you would need to check their API documentation or the settings in their developer console to see how they handle multiple redirect URIs. If there is no direct support for multiple URLs in a single field, you might need to enter them individually in a list provided by the platform.
May 24, 2024 03:26 AM
This doesn’t answer the question which is specific about AirTable