Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
muja_86
New Member

Trigger Logic app using web activity | Failing because of authorization

I have logic app with HTTP post request which will transfer some file from sharepoint site to adls gen2. Its working via postman request but when i am trying to send request via web activity, there i have created connection with anonymous authorization and even tried providing basic credentials but its failing at authorization.Screenshot 2025-04-03 at 7.11.05 PM.png

1 ACCEPTED SOLUTION
nilendraFabric
Super User
Super User

Hi @muja_86 

The error "DirectApiRequestHasMoreThanOneAuthorization" occurs when your request to a Logic App contains multiple authentication schemes simultaneously. This typically happens when you're trying to use both a SAS token (which is included in the Logic App URL) and another authorization method in the same request

Your Logic App URL might already contains a SAS token (in the format https://<request-endpoint-URI>?sp=<permissions>&sv=<SAS-version>&sig=<signature>), but you're also sending an Authorization header in your web activity

 

 

  • In your Web Activity, use "Anonymous" authentication

  • Don't add any Authorization headers

  • Keep the full URL with the SAS token intact

View solution in original post

4 REPLIES 4
v-csrikanth
Community Support
Community Support

Hi @muja_86 

We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please Accept as Solution to help others benefit in the community.

If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.

v-csrikanth
Community Support
Community Support

Hi @muja_86 
It's been a while since I heard back from you and I wanted to follow up. Have you had a chance to try the solutions that have been offered?
If the issue has been resolved, can you mark the post as resolved? If you're still experiencing challenges, please feel free to let us know and we'll be happy to continue to help!
Looking forward to your reply!

Best Regards,
Cheri Srikanth

v-csrikanth
Community Support
Community Support

Hi @muja_86 

Thank you for being part of the Microsoft Fabric Community.

As highlighted by @nilendraFabric , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.

Best Regards,
Cheri Srikanth

nilendraFabric
Super User
Super User

Hi @muja_86 

The error "DirectApiRequestHasMoreThanOneAuthorization" occurs when your request to a Logic App contains multiple authentication schemes simultaneously. This typically happens when you're trying to use both a SAS token (which is included in the Logic App URL) and another authorization method in the same request

Your Logic App URL might already contains a SAS token (in the format https://<request-endpoint-URI>?sp=<permissions>&sv=<SAS-version>&sig=<signature>), but you're also sending an Authorization header in your web activity

 

 

  • In your Web Activity, use "Anonymous" authentication

  • Don't add any Authorization headers

  • Keep the full URL with the SAS token intact

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.