
IT Configuration Guide
Microsoft 365 Safe Links Whitelist Instructions
The Issue
Microsoft 365 Safe Links pre-scans URLs in emails for security purposes. This can inadvertently consume one-time login tokens before users click them, causing authentication failures.
URL to Whitelist
https://provider-support.simbryotech.com/api/auth/callback*
Configuration Steps
Option 1: Safe Links Policy
- Go to Microsoft 365 Defender
- Navigate to Policies & rules → Threat policies → Safe Links
- Select your Safe Links policy (or create one if needed)
- Under URL & click protection settings, find "Do not rewrite the following URLs"
- Add:
https://provider-support.simbryotech.com/api/auth/callback* - Save the policy
Option 2: Tenant-wide Allow List
- Go to Policies & rules → Threat policies → Tenant Allow/Block Lists
- Select the URLs tab
- Click Add and enter the URL above
- Set to Allow
Why This Is Safe
- This URL is our authentication callback endpoint only
- It doesn't host any browsable content
- The wildcard (
*) covers only the callback path, not the entire domain
Questions? Contact us at support@simbryotech.com