Skip to content

Commit f672f19

Browse files
Update new endpoints and URL format
Removal of \ symbol on URL endpoints. Adding the new endpoints NPS Extension must have connectivity
1 parent e0ef300 commit f672f19

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

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

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,25 @@ When you install the extension, you need the *Tenant ID* and admin credentials f
106106

107107
The NPS server must be able to communicate with the following URLs over TCP port 443:
108108

109-
* `https:\//login.microsoftonline.com`
110-
* `https:\//credentials.azure.com`
109+
* `https://login.microsoftonline.com`
110+
* `https://login.microsoftonline.us (Azure Government)`
111+
* `https://login.chinacloudapi.cn (Azure China 21Vianet)`
112+
* `https://credentials.azure.com`
113+
* `https://strongauthenticationservice.auth.microsoft.com`
114+
* `https://strongauthenticationservice.auth.microsoft.us (Azure Government)`
115+
* `https://strongauthenticationservice.auth.microsoft.cn (Azure China 21Vianet)`
116+
* `https://adnotifications.windowsazure.com`
117+
* `https://adnotifications.windowsazure.us (Azure Government)`
118+
* `https://adnotifications.windowsazure.cn (Azure China 21Vianet)`
111119

112120
Additionally, connectivity to the following URLs is required to complete the [setup of the adapter using the provided PowerShell script](#run-the-powershell-script):
113121

114-
* `https:\//login.microsoftonline.com`
115-
* `https:\//provisioningapi.microsoftonline.com`
116-
* `https:\//aadcdn.msauth.net`
117-
* `https:\//www.powershellgallery.com`
118-
* `https:\//go.microsoft.com`
119-
* `https:\//aadcdn.msftauthimages.net`
122+
* `https://login.microsoftonline.com`
123+
* `https://provisioningapi.microsoftonline.com`
124+
* `https://aadcdn.msauth.net`
125+
* `https://www.powershellgallery.com`
126+
* `https://go.microsoft.com`
127+
* `https://aadcdn.msftauthimages.net`
120128

121129
## Prepare your environment
122130

0 commit comments

Comments
 (0)