Skip to content

Commit 1ee3747

Browse files
authored
Merge pull request #194099 from posaninagendra/patch-2
Added new DNS values to the documentation
2 parents c65fb1f + 39c1283 commit 1ee3747

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/active-directory/authentication/howto-mfa-nps-extension.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ When you install the extension, you need the *Tenant ID* and admin credentials f
107107
The NPS server must be able to communicate with the following URLs over ports 80 and 443:
108108

109109
* *https:\//strongauthenticationservice.auth.microsoft.com*
110+
* *https:\//strongauthenticationservice.auth.microsoft.us*
111+
* *https:\//strongauthenticationservice.auth.microsoft.cn*
110112
* *https:\//adnotifications.windowsazure.com*
111113
* *https:\//login.microsoftonline.com*
112114
* *https:\//credentials.azure.com*
@@ -266,14 +268,14 @@ For customers that use the Azure Government or Azure China 21Vianet clouds, the
266268

267269
| Registry key | Value |
268270
|--------------------|-----------------------------------|
269-
| AZURE_MFA_HOSTNAME | adnotifications.windowsazure.us |
271+
| AZURE_MFA_HOSTNAME | strongauthenticationservice.auth.microsoft.us |
270272
| STS_URL | https://login.microsoftonline.us/ |
271273

272274
1. For Azure China 21Vianet customers, set the following key values:
273275

274276
| Registry key | Value |
275277
|--------------------|-----------------------------------|
276-
| AZURE_MFA_HOSTNAME | adnotifications.windowsazure.cn |
278+
| AZURE_MFA_HOSTNAME | strongauthenticationservice.auth.microsoft.cn |
277279
| STS_URL | https://login.chinacloudapi.cn/ |
278280

279281
1. Repeat the previous two steps to set the registry key values for each NPS server.
@@ -393,7 +395,7 @@ Verify that AD Connect is running, and that the user is present in both the on-p
393395

394396
### Why do I see HTTP connect errors in logs with all my authentications failing?
395397

396-
Verify that https://adnotifications.windowsazure.com is reachable from the server running the NPS extension.
398+
Verify that https://adnotifications.windowsazure.com, https://strongauthenticationservice.auth.microsoft.com is reachable from the server running the NPS extension.
397399

398400
### Why is authentication not working, despite a valid certificate being present?
399401

0 commit comments

Comments
 (0)