How to change Expo redirect url

Please provide the following:

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): Web (not ejected)

Hi, Im trying to use expo AuthSession to authenticate through the service of a company and to return to my app afterwards. However, the company does not allow to whitelist redirect url’s that contain an @ sign, but the expo redirect url does contain it. Is there any way to get around this? Can i change my expo redirect url somehow? Thank you for your help.

Per the documentation the only way to use a different URL is to use scheme:// which is only available in standalone apps. Why does the company not allow you to whitelist a redirect URL that contains the @ sign? Perhaps you can have them change their policy, as @ signs are valid in URLs.

NOTE: Standalone apps are NOT (necessarily) bare workflow apps.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.