auth0-samples / auth0-xamarin-oidc-samples

Auth0 OIDC Client with Xamarin applications
MIT License
30 stars 38 forks source link

Login not authorized error in app after auth0 login #16

Closed mikearias3 closed 5 years ago

mikearias3 commented 6 years ago

In the Xamarin QS sample, after building and running the application the user is not able to log in. After the user inputs the credentials in the Auth0 Login, it redirects back to the app which is expected, but an error shows up saying the user is not authorized. This happens on both Android and iOS.

Screenshots image android error

Logs logcat-android.txt logcat-ios.txt

mikearias3 commented 6 years ago

After digging a bit deeper looks like this error is caused because the Authorization Prompt is not showing up.

auth logs authorization error

damieng commented 5 years ago

Not able to reproduce this here.