Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Snaps in this Snap Pack use the Azure Active Directory OAuth2 account to access the Azure Active Directory (AAD). For the OAuth2 account to function without any issue, ensure to (create and) configure an application corresponding to the account as explained in the steps below. These steps also contain the information required to create/define a new OAuth2 account for use with this Snap Pack.

Create/Access your Azure Portal Application

...


Locate the Information Required to Create your OAuth2 Account                                                                                      

  1. Under Essentials, make a note of Application (client) ID and Directory (tenant) ID.

    Image Modified

  2. Under Manage, click Certificates & Secrets.

  3. On Certificates and Secrets page, click +New client secret.

  4. On the Add a client secret page, enter the Description and Expires and click Add. 



    The client secret value is generated. 
    Image Modified

  5. Under Manage, click API permissions → Add a permission

    Image Modified

  6. On the Request API permissions page, select Microsoft Graph → Delegated Permissions for the OAuth2 User account and Application Permissions for the OAuth2 application Account.

  7. You can select the permissions from Files, Users, and Sites. Choose all the required API permissions listed below:

  8. Click Add Permissions. You can see all the permissions added under Configured Permissions.



  9. Click Grant admin consent for SnapLogic Inc and select Yes

    Image Modified

  10. Click Overview and Add a Redirect URls.

    Image Modified

  11. Under Platform Configurations, click Add a platform.

  12. Select Web and enter a valid redirecting URI and click Configure.

  13. Under Implicit grant and hybrid flows, select Access tokens (used for implicit flows) and ID tokens (used for implicit and hybrid flows) checkbox and click Save.


Define Information Required to Create your OAuth2 Account 

  1. Navigate to the Snap of your choice and configure the OAuth2 account with the following details:
  2. Click Authorize. You will be redirected to the login page of Microsoft Azure Portal.
  3. Login and accept the permissions. The Access token and the Refresh Token will be generated.
  4. Check the Auto-refresh token checkbox in the account settings and click Apply.

...