skip to Main Content

Azure – Error: AADSTS900144 – Missing 'grant_type' Parameter in Request Body

I am encountering an issue while working with Azure Active Directory authentication. Specifically, I am receiving the following error message: {"error":"invalid_request","error_description":"AADSTS900144: The request body must contain the following parameter: 'grant_type'.} Here is the context of my request: Endpoint: https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token Request…

VIEW QUESTION

Get column headers dynamically from json in Power Automate

I have a json which looks like: [ { "TimePeriod": "12/12/23 - 12/26/23", "ResourceName": "rob brien", "TimesheetStatus": "Submitted", "SubmittedBy": "rob brien", "LastModified": "12/12/23 7:12 AM", "InvestmentTasks": [ { "InvestmentID": "PRO13796", "Investment": "Credit Risk Regulatory ", "Description": "A3-Dev/Build", "Hours": { "12/12":…

VIEW QUESTION
Back To Top
Search