Chapter 14: Implementing Authentication
In the previous chapter, we covered the last part of the Implementing Solutions for Apps objective by covering how to design and develop apps that run in containers. Here, we learned how to implement an application that runs on Azure Container Instances before creating an Azure Kubernetes Service and deploying an application to the cluster.
In this chapter, we are going to cover how to implement authentication for your Web Apps, APIs, functions, and logic apps using certificates, authentication, and more. We are going to implement managed identities for Azure resources service principal authentication and implement OAuth2 authentication.
The following topics will be covered in this chapter:
- Understanding Azure App Service authentication
- Implementing Active Directory authentication
- Implementing authentication by using certificates
- Understanding and implementing OAuth2 authentication and tokens
- Implementing managed...