Given a multi-tenant configured app (azure function) with EasyAuth enabled for Azure Active Directory only, how can I limit access to only selected tenants?
The consequence of using multi-tenant app with EasyAuth was removing the Issuer URL completely which means that everyone could access the app. I want to limit it to a few known tenants.
Can we somehow configure the Issuer URL to carry an array of tenant IDs?