Hello everyone,
I'm trying to integrate GLPI 10 ticketing software with Power Automate, but every time I send a webhook from it through GLPI, Power Automate returns the error below:
{"code":"DirectApiAuthorizationRequired","message":"The request must be authenticated only by Shared Access scheme."}}, curl_error , curl_errno 0
I used the same URL generated by Power Automate in Postman and in Webhook.site it worked normally.
In GLPI in the Webhook configuration I tried to pass the user and password that has access to Power Automate via post to try to communicate, but without success.
I also tried to use basic authentication, but without success.
I wanted to send it directly to Power Automate without needing another service to receive the webhooks and forward them.
Is there any way to get around this "authenticated only by Shared Access scheme"?
I thank everyone in advance for their attention.