Please provide the following:
- SDK Version: 46.0.16
- Platforms(Android/iOS/web/all): Android/iOS
- Add the appropriate “Tag” based on what Expo library you have a question on. expo-auth-session
I have been using expo-auth-session with the auth.expo.io proxy successfully on a personal account with invited team members. Now I have switched to an organisation instead of a personal account as per Expo’s recommendations when working in a team. However, the proxy url has not been allowing me to authenticate since.
The documentation states that the proxy url structure follows: auth.expo.io/@my-username/my-app
but for organisations it looks like this: auth.expo.io/app-name/start
where app-name is derived from name
(or maybe originalFullName
) in app.config.js.
I have of course added this new url, and variations of it without /start at the end, to the list of accepted redirect URIs in my auth provider (I’m using azure b2c), just like URIs for when I had a personal account.
Its not working though. I get a dark 404 page with the text “Not Found” from auth.expo.io. This is before I even get to the auth provider’s signin page.
Does the proxy not work for organisation accounts or have I missed something?