Previous

Using Auth0 with Static Web Apps

by bill-s, 2021-05-18T16:04:58.512Z

One of my favorite features of (the now General Available) Azure Static Web Apps (SWA) is that in the Standard Tier you can now provide a custom OpenID Connect (OIDC) provider. This gives you a lot more control over who can and can’t access your app. In this post, I want to look at how we can use Auth0 and an OIDC provider for Static Web Apps. For this, you’ll need an Auth0 account, so if you don’t already have one go sign up and maybe have a read of their docs, just so you’re across everything.

Read More