Forum Discussion
Sesu-
Apr 17, 2020Brass Contributor
Azure tenant restriction headers setup
- 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
- rosaliodBrass ContributorHello,
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