Building Apps with Jigx
...
REST
Microsoft Graph OAuth

Configuring OAuth for MS Graph

1min

To make API calls to Microsoft Graph, a user must successfully complete an OAuth loop in the Jigx mobile app.

The following sections provide the steps to configure OAuth in Microsoft Azure Active Directory, add OAuth credentials to the Jigx solution in Jigx Management, and YAML examples that make a function call and display the data on a jig

  1. Configure OAuth access for Microsoft Graph in Microsoft Azure's admin portal by following the steps in Create and configure a new OAuth app in Microsoft Azure AAD.
  2. Add a credential configuration to your Jigx solution in the Jigx Management by following the steps in Adding the OAuth Configuration to the solution in Jigx Management.
  3. Implement a function that calls Microsoft Graph and displays the results on a jig by using the YAML examples in Using the OAuth configuration in a Jigx solution