We are intending to use ADF to extract data from a REST API data source (onelogin) and populate the data to a file in the azure blob. the REST API for user list (source) requires a bearer token. using a pipeline we are successfully generate a token (using POST method) and store the output from onelogin token api to a to a file. Can this token read from the file and passed as a parameter on to the actual GET method for another API (users for ex)?
