Hello,
I am trying to send an adaptive card to an outlook inbox. The adaptive card is submitted by an action.http. However, when I am testing it out internally, anytime the submit button is pressed I get a '401' error. I am trying to read the response of the AC using a http: When an HTTP request is received. Yet this cloud flow is never triggered. I believe all of the connections are set up, I was able to enable an Entra ID, have it tied to the url of my When an HTTP request is received action, enable a provider through actionable email developer, etc.
I also have my HTTP trigger set to anyone, and a blank authorization header in my AC with a Content-Type header of application/json.
So not sure what is the issue. When I try to launch the url from my web address panel I also get this error:
{
"error": {
"code": "DirectApiAuthorizationRequired",
"message": "The OAuth authorization scheme is required. Please add authentication scheme and try again."
}
}
Let me know if you have a method to resolve.