Using Easy Auth, is it possible to restrict access to an Azure App Service website to a list of pre-approved individuals based on their MSA, Google, Facebook, and/or Twitter identities?
It looks like a custom security policy in the ASP.NET Core website’s codebase can be configured to perform whitelisting. (I haven’t tried this yet). But I’m curious if there might be a no-code, easy-auth approach that also works.