Skip to content

2024-12-02: Use built-in auth for Azure Container Apps

Compare
Choose a tag to compare
@pamelafox pamelafox released this 02 Dec 22:12
· 16 commits to main since this release
e90920f

This release configures built-in auth for Azure Container Apps deployments when you enable the user login feature. Previously, we only supported built-in auth for App Service, so user login was handled entirely by the MSAL SDK for Azure Container Apps. Now, with built-in auth on ACA, the user will be prompted to login before they ever see the chat application, and the frontend will reuse the tokens from the built-in auth service.

If you have an already deployed app on Container Apps using the login feature, you may want to ask users to clear their localStorage and cookies to get the new login experience.

Here are screenshots of the new login experience-

Visiting the URL immediately redirects to the auth tenant login screen:
Screenshot 2024-12-02 at 2 10 15 PM

After successful login, it redirects back to the app, and the user sees their logged in email:
Screenshot 2024-12-02 at 2 10 33 PM

What's Changed

New Contributors

Full Changelog: 2024-11-19b...2024-12-02