You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the sample for React and tested using an Android device.
Clicking login correctly loads the Auth0 login page in a browser and after entering credentials the user is taken back to the app, however they're still not authenticated.
Clicking login a second time redirects to auth0 which immediately redirects back to the app, but the app still shows the user as unauthenticated.
Reproduction
Download sample with auth0 account logged in
Add allowed urls to auth0 application settings
Complete npm install etc instructions
Open app in Android Studio and generate app package
Deploy to device (I'm using real devices via lambda test)
Login
Additional context
No response
Sample
React
Platform
Android
Platform version(s)
13
The text was updated successfully, but these errors were encountered:
Figured this out. The instructions specify to set Allowed origins and by default there is a property named Allowed web origins in the Auth0 Application settings.
However in addition to this Cross-Origin Authentication needs to be switched on and the following domains added to Allowed Origins (CORS)
Checklist
Description
I have downloaded the sample for React and tested using an Android device.
Clicking login correctly loads the Auth0 login page in a browser and after entering credentials the user is taken back to the app, however they're still not authenticated.
Clicking login a second time redirects to auth0 which immediately redirects back to the app, but the app still shows the user as unauthenticated.
Reproduction
Additional context
No response
Sample
React
Platform
Android
Platform version(s)
13
The text was updated successfully, but these errors were encountered: