Google Authentication

0
Hi all, I want to add google Oauth. Is there a way possible to it using mendix functionality? I am able to call google APIs endpoints using bearer token from postman and rest API activity. How I can get token within mendix to authenticate API calls?
asked
2 answers
0

Ankesh,

This forum post discusses how to get Oauth tokens within your Mendix app https://forum.mendix.com/link/questions/95189  It should help you get started on this.

Hope that helps,

Mike

answered
0

Have a look at the OpenId Connect module in the marketplace. It is easy to use and set up.

answered