uber / rides-android-sdk

Uber Rides Android SDK (beta)
https://developer.uber.com/docs
MIT License
292 stars 126 forks source link

Native SSO UX issue when viewing the Privacy Policy #82

Open SandroGrzicic opened 7 years ago

SandroGrzicic commented 7 years ago

Hi,

there seems to be an issue with the SSO process when the user is viewing the Access to Information OAuth2 consent screen, after tapping on the "(APP NAME) will use this information according to its (Privacy Policy)" link.

Once tapping on the link, the correct page opens, but when pressing the Back button once on the device to go back from the Privacy Policy to the SSO page, the SSO page closes, which results in a failed login result. The expected behaviour is to remain on the SSO page so the user can approve or reject the consent form, after viewing the Privacy Policy.

We are using com.uber.sdk:rides-android:0.6.+

Thanks.

SandroGrzicic commented 5 years ago

Hi,

the same bug still occurs on com.uber.sdk:rides-android:0.9.1 (Uber app version 4.236.10001). The LoginCallback.onLoginCancel callback is invoked when the user navigates back out of the Privacy Policy page by pressing the Android Back button.

Thanks.