Help

OAuth redirect URL: is it possible to enter multiple values?

976 2
cancel
Showing results for 
Search instead for 
Did you mean: 
mdesousa
4 - Data Explorer
4 - Data Explorer

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

2 Replies 2
christy2951hern
4 - Data Explorer
4 - Data Explorer

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.

Best Regards,
ny state of health

This doesn’t answer the question which is specific about AirTable