Mobile social login with Google

0
On mobile login page, I'd like to have a button - Google login. When button is clicked, user stays on same login page, app checks if he's already logged in Google and proceeds to authenticate him in Okta. If he's not yet logged in Google, offers him to select one of his Google accounts in a webview.  Could you guide me how to set everything up (redirect URL, deeplink, etc) ?
asked
2 answers
1

Have a look at the module from the

marketplace: https://marketplace.mendix.com/link/component/120371

The documentation for the module can be found here: https://docs.mendix.com/appstore/modules/oidc/

answered
1

Hi Tomas,

Please read this article 

https://medium.com/@mohammad.saqib_1262/google-sso-authentication-in-mendix-a-complete-integration-guide-b994ba2dc502

answered