Forum Discussion

Sesu-'s avatar
Sesu-
Brass Contributor
Apr 17, 2020

Azure tenant restriction headers setup

Hi, I recently read about Azure tenant restriction headers which can be used to restrict web proxies of other tenants except ours when we sign in to office.com or outlook web app and othe...
  • rosaliod's avatar
    Apr 18, 2020
    Hello,
    The use case for AAD tenant restrictions is to prevent your on premises users from accessing SaaS apps from other AAD tenants other than your own.

    Yes you will need some form of proxy server to add the 2 required http headers in the request to AAD during authentication. This is what allows AAD to know which tenants to permit for authentication.

    You can read more about the feature in the link below.

    https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/tenant-restrictions

Resources