Currently I am looking at a configuration of a single Azure Tenant with multiple Subscriptions. Prod and non-Prod resources are separated by Subscriptions.
I am looking to understand how I could implement MFA via Microsoft Authenticator in such a way that
- Users are required to enter a different PIN or Credential for different environments. I am looking to separate Production from Non-Production and from Corporate email, etc.
- Users would be issued a unique token for each environment.
Azure AD Groups would be used within Subscriptions to restrict which users can access different resources.
Can this be achieved within a single tenant?