-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should be the redirect URL to return back to app? #15
Comments
I'm having a similar question. After logging into Keycloak, it redirects to the app in the browser so it just shows the web app, but doesn't actually redirect to the Capacitor app. Did you find an answer to this? |
I am using this Plugin in my Ionic Angular App with Capacitor v2. To bring the redirect URL tow work I use Capacitors Build In DeepLinks on IOS and Android.
Path is probably optional. In my Cases the user is redirected back to the app and remains in the view, where he did trigger the Login. Then I check is the user authorized and route him to the next view with Angulars Router serverice. |
Hi @Alfer-Star what could be the possible values of ${deepLinkingScheme}? |
We used a simplified version of our app name like "myapp". I think that is the recommended way to use something unique, because in such a way your deeplink will unlikely collide with an other deeplink. |
Is that app name coming from ionic.config.json or package.json ?
The text was updated successfully, but these errors were encountered: