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

 mobile app.

The following sections provide the steps to configure OAuth in Microsoft Azure Active Directory, add OAuth credentials to the

 solution in

, and YAML examples that make a function call and display the data on a


  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
    
    solution in the
    
    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
    
    by using the YAML examples in Using the OAuth configuration in a Jigx solution