Azure Web Application Gateway Authentication

I have a web application in Azure in a resource group with a gateway in a new App service. How can I use this gateway to manage authentication for my web application?

There are many articles on securing an API application with a gateway, but not one of them I found for web applications (formerly known as Azure websites)

+4
source share
1 answer

In this case, you will need a mechanism for checking tokens from the application services gateway. API applications receive their tokens verified by the gateway itself, but other sites (web applications and mobile applications) do not receive such assistance.

( -) SDK Mobile Apps Server, , , ( , , Mobile SDK -, ).

Mobile SDK -, MS_SigningKey . , "Gateway Host" .

+4

All Articles