Android redirectUrl deeplink is not called during SSO login

Hi, I’m trying to implement a native SSO login flow based on the dynamic-app sample. The redirectUrl in IdxIdpCapability that I’m receiving looks like this:

https://<issuer_url>/v1/authorize?client_id=<client_id>&request_uri=urn:okta:RWdJd0VFM3BVX1FJMmM5RXVBbHM1d0tJWlVBX3d5TEhpR3JrN1YxVmdSdzowb2E5OGpybnRsUnRlS1M5TTFkNw

Then I’m opening this redirectUrl in a webview and after a successful SSO login on web, if I’m understanding correctly, I’m supposed to be redirected back to the app(via “com.okta.sample.android:/login” deeplink call) but instead I’m staying on web and getting redirected to a 403 error page.

Does anyone know what I may be doing wrong? I would also appreciate if you can provide a link to the working SSO login example using InteractionCodeFlow