From c5079e959318904c8f98be82bb3fede60ae777e1 Mon Sep 17 00:00:00 2001 From: Conrad Agramont <41589731+conradagramont@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:34:19 -0700 Subject: [PATCH] Auth with Entra ID Link to a blog post to show how to use built-in authentication of Entra ID with Azure Static Web Apps and Astro. --- src/content/docs/en/guides/authentication.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/en/guides/authentication.mdx b/src/content/docs/en/guides/authentication.mdx index 19595809d47fb..3ceb39ba91d10 100644 --- a/src/content/docs/en/guides/authentication.mdx +++ b/src/content/docs/en/guides/authentication.mdx @@ -187,3 +187,7 @@ const session = await getSession(Astro.request); - [`auth-astro` on GitHub](https://github.com/nowaythatworked/auth-astro?tab=readme-ov-file#auth-astro) - [Auth.js documentation](https://authjs.dev/) + +## Community Resources + +- [Using Microsoft Entra Id EasyAuth with Astro and Azure Static Web App](https://agramont.net/blog/entra-id-easyauth-with-astro/)