Microsoft SSO redirects to browser from the app #4747
Unanswered
IronManSastri
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello every one,
This is my first question on Github.
I am working on a react project which is created by create-react-app. It has Microsoft SSO. Everything works fine in web browsers.
We want a mobile app and looking for options where we can use the same code base for mobile app. I saw capacitor, where we can use the build file of react to generate the app. Thats pretty awesome.
Now the problem is, the Microsoft SSO, either opens the popup or redirect to get the authentication and it happens in the browser not in the app. Because of this the login doesn't happen.
Is there a way where i can solve this with out changing to much in the actual code base. My intention is to use the same code base. Any help would be grateful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions