Connect your Mendix application to APIs secured with OAUTH 2.0 authorization
Jun 22, 2022
Connect your Mendix application to APIs secured with OAUTH 2.0 authorization # Are you working on a RESTful API call in your Mendix application? Chances are that it requires OAUTH 2.0 authorization. Read this how-to and get started with your implementation! To use resources from APIs such as Adobe Sign, Typeform, Google, Rabobank, Twitter, Oracle, Dropbox, your Mendix app must get an access token and attach that token to requests it sends. ...