Is it possible to restrict a multi-tenant Azure AD application, so that only a select few tenants are allowed to sign-up?
As mentioned in this article, the web app can validate the user to check if the issuer value is part of a list of their approved tenants. However, this happens after the fact that the user is already signed up for their web app. Is it possible to restrict the sign up process to limit to an approved list of tenants?