04-12-2019 01:14 AM
Minimum set of Urls and IP address ranges to allow SSPR:
We have a secure environment where users access Office 365 using a VDI solution hosted in Azure. Cloud only identities are used and AD DS is implemented for logging on to VDI (Windows 2016 RDS sessions)
web filtering prevents the users from accessing Office 365 and associated services directly from their corporate devices.
This creates a situation when users are unable to access SSPR to reset their own passwords from their devices, and without valid creds they cannot log on to VDI to perform the reset from there, where access is allowed.
We want to configure web filtering to allow access SSPR from the corporate network, without allowing access to any other services e.g. office.com
I could use network trace in Fiddler to work out the URLs but hoping for something more supportable.
04-28-2019 11:37 PM
Solution@Chris Johnston SSPR network connectivity below are the two link which you need to whitelist.
The most common point of failure is that firewall and or proxy ports and idle timeouts are incorrectly configured, you need outbound HTTPS access to the following:
04-29-2019 05:51 AM
@Nandan Tripathi thanks for providing the information. I'll configure the white listing accordingly.