Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article describes the step-by-step process of registering Microsoft Azure Data Lake Store Gen 2 with Azure Active Directory & generating the Access token, configuring the account in webMethods.io Integration .
Section 1: Create and Configure the App in Microsoft Azure Active Directory Section 2: Generate the Access_token and Refresh_token using the REST Client Section 3: Configuring the Microsoft Azure Data Lake Store Gen 2 account in webMethods.io Integration
Login to the Azure Portal (use your Microsoft credentials )
Once you have logged in navigate to “Azure Active Directory” and click on “App registrations" .
In the URL field, enter the URL using which you need to obtain the OAuth authentication token in response to the request from the URL: (Software & Technology Services and Solutions | Software AG). Users can use any accessible URL like http://www.google.com
Click on Certificates and Secrets and then click on New Client Secret .
Choose the desired time duration for your secret key, click on the Add button.
Your Client secret will be generated. Store it for use during Access Token generation.
Now we have done all the necessary settings, that we require to generate the Access_token. We will use the “Postman” client to generate the Access_token . Set up a POST call request with the base URL as below. https://login.microsoftonline.com/(tenant id)/oauth2/token
Generate authorization code using the below URL by providing the required data https://login.microsoftonline.com/(tenant id)/oauth2/authorize?response_type=code&prompt=login&redirect_uri=(redirect uri)&client_id=(client id)
Login to webMethods.io Integration tenant
Create new project or choose an existing project if required
Click on FlowServices tab and add new Flow Service
The subject say " Configuring Microsoft Azure Data Lake Store account in webMethods.io Integration Workflow" but you explain it based on an FlowService. How to get the same done from WorkFlow or if you have the files (e.g. read a file) how to get that from FlowService into an workflow for processing?