Azure_AppService_1
Azure App Service Authentication is a feature that can prevent anonymous HTTP requests from reaching the API app, or authenticate those that have tokens before they reach the API app. If an anonymous request is received from a browser, App Service will redirect to a logon page. To handle the logon process, a choice from a set of identity providers can be made, or a custom authentication mechanism can be implemented.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To set App Service Authentication for an existing app, run the following command.
az webapp auth update –resource-group <RESOURCE_GROUP_NAME> –name <APP_NAME> –enabled false
References:
Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.