SSO with ReactJS and Capacitor

We have an existing web application built with ReactJS. We are introducing Capacitor (not Ionic Framework) to make it an application. Our company has its own SSO (OIDC/OAUTH) solution. Is there a recommended plugin(s) for use in this case or should we use native Android and iOS code to implement authentication?

Thanks in advance for any assistance you can provide.

1 Like

If the current web application were to use OAUTH, would that just port over to the app with capacitor or would it still require a separate servers like Auth Connect?

You would put the frontend portion of the app in Capacitor and the backend portion of your app can stay on the same server it is. Auth Connect is only an enterprise plugin to interact with custom auth solutions