Share via

Clarification on Whitelisting IdentityServiceDNS for WNS Notifications

Chandru Vijayan 11 Reputation points
2025-02-18T09:29:40.9333333+00:00

We are using Windows Notification Service (WNS), and I noticed the following FQDNs listed under IdentityServiceDNS in the latest XML configuration file:

  • login.microsoftonline.com
  • login.live.com

Given that our environment does not use Microsoft services like O365, I’d like to clarify:

  1. Are these FQDNs strictly necessary for WNS notifications, even for environments without Microsoft services?
  2. If so, what functionality would be impacted if we do not whitelist these domains?
  3. Can we limit whitelisting to just the top three FQDNs (*.notify.windows.com, *.wns.windows.com, and *.notify.live.net), or is full whitelisting required for proper WNS functionality?We are using Windows Notification Service (WNS), and I noticed the following FQDNs listed under IdentityServiceDNS in the latest XML configuration file:
    • login.microsoftonline.com
    • login.live.com
Windows development | Windows App SDK
Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-19T02:20:18.19+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Are these FQDNs strictly necessary for WNS notifications, even for environments without Microsoft services?

    These FQDNs are necessary for WNS notifications. For example, the login.live.com is used for authenticating your cloud service. It is the very first step of the WNS process.

    If so, what functionality would be impacted if we do not whitelist these domains?

    You will fail to authenticate the WNS and the WNS will not work.

    Can we limit whitelisting to just the top three FQDNs (*.notify.windows.com, *.wns.windows.com, and *.notify.live.net), or is full whitelisting required for proper WNS functionality?

    Please follow the document and make sure all the FQDNs are whitelisted.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.