xamarin / Xamarin.Auth

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

After Authorization user not redirected to App #466

Open aashish181188 opened 2 years ago

aashish181188 commented 2 years ago

Xamarin.Auth Issue

The Mobile App is integrated with Salesforce and authentication done using oAuth2. After Login page user redirect to Allow Access screen . On Allow Access click user stays on the same screen and not redirected to Mobile App . IF BUG, INCLUDE THIS PART: After Login page user redirect to Allow Access screen . On Allow Access click user stays on the same screen and not redirected to Mobile App .

Version

Steps to reproduce

1. 2. 3.

Platform:

Expected behaviour

On Allow Access click the screen should be dismissed and user should be redirected to the App. Allow access click does not come back on completed event. Tell us what should happen

Actual behaviour

On Allow Access click the user stays on the Allow Screen and not redirected back to the App. Tell us what happens instead Can you also include a screen shot?

IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:

Feature description

The User is authenticated using oAuth2. After Login user is redirected to the Mobile App. Include some graphics if this could help!

mannawar commented 1 year ago

Can you check the following:-

  1. Redirect url is set correct or not?. Check your oauth2 client id and secret for mobile app.
  2. check the callback url configured in the salesforce app matches with the url being used in the mobile app