Adz
Adz

Reputation: 291

Azure App Service - Add Authentication

I have an App Service on Azure, and I can easily call this Service thanks to Swagger or SoapUI, but now I would like to secure my App Service by using a Login/Password or any other solutions. I have tried to do it with Active Directory but I'm not sure it's the best solution (and it doesn't work for me :D).

Can you help me ? ^^. How can I secure it ?

Thank you very much for your help !

Regards,

Upvotes: 0

Views: 194

Answers (2)

RalJans
RalJans

Reputation: 154

I wrote an article how to enable that users need to authentication using Azure Active Directory here. Skip to the section Active Directory Configuration. Should not be that difficult.

The beginning of the article is about reading Active Directory using the Graph API, that is not applicable for your config.

Upvotes: 1

Thiago Custodio
Thiago Custodio

Reputation: 18387

You can take a look on Azure Easy Auth. I believe that it's the easiest way to achieve that:

https://azure.microsoft.com/en-us/resources/videos/azure-websites-easy-authentication-and-authorization-with-chris-gillum/

Upvotes: 1

Related Questions