
testt.98778 (Customer) asked a question.
I have a working website that uses okta's redirect login flow, ie the user gets redirected to an okta login page and then back to the web app. I'm trying to convert the website into a mobile app using capacitor, a main challenge is that when logging in or out the redirect opens a browser window to function. This kind of ruins the in-app experience because different devices could have different default browsers that act differently, sometimes asking which app to use. Capacitor has an in-app browser that can be used and might solve this issue, but I'm not sure how to configure Okta to let me call the redirects using the in-app browser.
How can I integrate the okta redirect login flow with capacitor's in-app browser?

Hi, @testt.98778 (Customer)
Thank you for posting on our Community page!
Please see below previously answered question on our Dev forum, on this issue:
https://devforum.okta.com/t/using-the-angular-sdk-in-an-ionic-app/19636
For further clarification, I recommend you take advantage of the expertise of our colleagues on the Dev forum.
Thank you for reaching out to our Community and have a great day!
--
Join the discussion for the Ask Me Anything online event on May 23, 2024 with Okta Tactical Edge Product Experts
The link you provided doesn't work because it's for social login rather than for the classic redirect login flow. I asked in the developer forum as well, but no one responded.