I am building an Ionic application with several third-party integrations. I already have a java server that performs oauth2 authentication for third parties and redirects the callback URL on the server itself.
Now my task is to open the application page after completing the server callback.
I tried the following method: monitoring URL changes in the application using ionic and redirecting after a successful callback.
What is the best way to handle this situation.
Thanks.
hybrid
source share