singpass / Android-Singpass-in-app-browser-login-demo

This repository demonstrates and details the implementation using Chrome Custom Tabs or external web browsers to initiate a Singpass login using Oauth PKCE flow
3 stars 2 forks source link

Deeplink is not working after approve. #3

Open jaydeep42 opened 1 year ago

jaydeep42 commented 1 year ago

After Singpass Approve not working redirect URL and did not goes to back on app.

kenneth-leong-gt commented 1 year ago

Whats do u see after the Singpas login succeeded? If you are using a https scheme redirect_uri you may need to append this query param redirect_uri_https_type=app_claimed_https to the authorization endpoint url. Please note its only for Singpass login. Please refer to Other Notes for more details.

There maybe a couple of possible reasons why the redirect_uri does not cause the browser to navigate back to your app.