xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

After SuccessFull Login It is not getting Redirecting To Application when user Default Browser is Samsung Browser, working fine when default browser is Chrome #429

Open sauravchaudhary94 opened 4 years ago

sauravchaudhary94 commented 4 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Steps to reproduce

Android Specific and Browser Specific Issue

  1. Implement the OAuth flow.
  2. Check in Samsung Device. Set Default Browser to Samsung Browser.
  3. Login Using Credential.
  4. After Successful login It is in the browser screen only.
  5. But If You use Chrome as default browser It is getting redirected correctly.

Platform: Android

Expected behaviour : Browse Screen Should be closed after successful authentication .

Actual behaviour : Browser Screen is not getting closed after successful authentication.

\

mcfoi commented 4 years ago

Dear @sauravchaudhary94 , I am experiencing the same issue and I am willing to help you fix. The problem is that I cannot even have the Auth self-close and return the control to my app. It stays open, either showing the code or not depending if i specify as redirectUrl "urn:ietf:wg:oauth:2.0:oob" or the project id (e.g.: com.mycompany.myapp).

How could you get the Xamarin.Auth to self close??

ekeneduru commented 3 years ago

Did anyone solve this issue? Still reproducing it on facebook sigin.