Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.99 KB

challenge7.md

File metadata and controls

45 lines (28 loc) · 1.99 KB

Challenge 7: Enable Container App authentication

Azure Container Apps provides built-in authentication and authorization features (sometimes referred to as Easy Auth), to secure your external ingress-enabled container app with minimal or no code.

Up until now we have allowed anonymous access to the application. Let's protect the Dashboard App web application with Azure AD authentication using the Easy Auth service built into Container Apps.

The following image illustrates the steps in this challenge

Main objectives

  • Enable Azure AD Authentication on Container App
  • Log in to Container App

Activities

  • Configure Azure AD identity provider for Dashboard App
  • Verify authentication by accessing Dashboard App with browser.

Definition of done

  • Configured Azure AD authentication for Dashboard App Container App
  • Browse Dashboard App and verify you are prompted for login
  • Performed a successful login to view Dashboard App (https://dashboardapp.[your container app environment domain])

Helpful links

Solution

The challenges