I having problems seething the authorization for a HTTP action. Initially the action was working with none but 20 or 3 days ago start failing requiring an authorization schema i tried with basic using the user email and the username and the password and the credentials are not recognized, I also tried with Active Directory OAuth withe the following parameters and Fails with an error that is not clearly explained. Please see the errors form more detail
Basic
{
"statusCode": 401,
"headers": {
"Date": "Mon, 13 Jan 2025 02:14:32 GMT",
"Cache-Control": "no-cache",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "westus:60f5e2bd-3345-4ca5-ac84-bfc42fa1296d",
"Content-Length": "98",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1"
},
"body": {
"error": {
"code": "AuthorizationFailed",
"message": "The authentication credentials are not valid."
}
}
}