I have a simple website, that I would like to make available as a progressive webapp, so I can somewhat customize what happens when people add the website to their homescreen (using the Share button) and maybe, in the future, use PWABuilder or something similar to publish it in some stores.
My website needs authentication using OIDC, which after some redirects within the PWA opens an authenticator app on the phone.
When the app returns from authenticating however, it opens a new browser tab instead of my PWA, so there is no context and the login fails.
I am under the impression that this used to work, but I'm not sure. I'm also not sure what the problem is, I have no idea how, when the Authenticator app opens a URL (which is what I assume is happening under the hood), iOS or Safari or whatever would know which app to open (as the redirect URL is to the OIDC Idp, not the URL of my Web app).
Any hints where I could look for a solution? Thanks!
Topic:
Safari & Web
SubTopic:
General