An Azure Static Web App has a notion of auth that can be used to whitelist individual users, or individual identity providers (as in this question).
Is it possible to require authentication through the particular tenant/organizational directory used to set up the resource, through Azure configuration alone, as is currently possible with the ordinary Azure Web App Service; that is, require authentication through AAD as in the above linked question, but furthermore restrict access to members of the relevant tenant? If so, what might the corresponding routes.json
look like?
See also this GitHub issue.