OpenBankProject / Hello-OBP-OAuth1.0a-Android

A basic app to demonstrate the integration of the OpenBankProject with OAuth1.0-Authentication into an Android application.
Apache License 2.0
12 stars 29 forks source link

Redirecting to app not working after authentication #3

Open dengelma opened 7 years ago

dengelma commented 7 years ago

When opening the app the first time, the app opens a browser intent where the user should log in. After this step the user has to manually close the browser and return to the app himself because back directing does not work properly with a browser intent. Steps in detail:

  1. First time opening the app
  2. Logging in to the OpenBankProject through a browser intent
  3. Redirecting to the app <-- not working

One solution from me ist the use of the Custom Chrome Tab (https://developer.chrome.com/multidevice/android/customtabs)

amar4saven commented 6 years ago

I have used the Custom Chrome Tab to but it is not working in the either of the ways.

dkarthi1973 commented 4 years ago

,"User redirect URL" should be "customAppProtocol:/" - This is not working. please kindly share the exact values.