Share via


Need to implement basic authentication in my logic app

Question

Wednesday, October 3, 2018 11:30 AM

I have created http endpoint in logicapps. Now I want to implement basic authentication for this logic app.

Can you help me to resolve this issue.

All replies (8)

Wednesday, October 3, 2018 12:10 PM

Have you tried to click on Advanced Options of your HTTP connector and set it up?

Hope that helps,


Wednesday, October 3, 2018 12:12 PM | 1 vote

HI,

You have to use API Management and use your logic App as Backend API.

The you can set up the Authentication inside the Policy of API management.

Please find the below

https://stackoverflow.com/questions/49479416/api-management-basic-authentication

https://docs.microsoft.com/en-us/azure/api-management/api-management-authentication-policies

Thanks,

Sujith.

Sujith


Wednesday, October 3, 2018 8:04 PM

Hey Minal123 Got any updates for us? Please review the suggestions made here and let us know if we can help :)


Thursday, October 4, 2018 4:35 AM

Thanks Carlos for this help, I don't want to call custom API with authentication.
I wanted to build logic app API with authentication.


Thursday, October 4, 2018 6:15 AM

Hi Minal,

You can view the above articles which i shared. That's the way you can use Logic App Api with Basic Authentication.

Sujith


Thursday, October 4, 2018 8:32 AM

Thanks Sujith,

We don't have subscription for API management services and client is not ready to pay more money for that subscription. Currently we have basic subscription. 


Saturday, October 6, 2018 7:53 AM | 2 votes

Hi there,

Yes, API Management for only this purpose is expensive.

Did you consider using Reverse proxies. You can check its usage in the links below.

https://blogs.msdn.microsoft.com/mihansen/2018/04/18/reverse-proxy-with-basic-authentication-in-azure-web-app/

https://github.com/hexasoftuk/Hexasoft.BasicAuthentication/blob/master/Hexasoft.BasicAuthentication/Hexasoft.BasicAuthentication/BasicAuthentication.cs

Thanking you,  

Mohamed Ibrahim


Monday, October 22, 2018 7:07 PM

Hi, 

You can set up basic authentication for your Logic App using the following tutorial: /en-us/azure/logic-apps/logic-apps-workflow-actions-triggers#connector-authentication.

Hope this helps! Can you please let us know if this solves your problem?

Cheers, Sjoukje

Please remember to click "Mark as Answer" on the post that helps you.