You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/howto-mfa-nps-extension-errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ If your users are [Having trouble with two-step verification](../user-help/multi
95
95
96
96
### Health check script
97
97
98
-
The [Azure MFA NPS Extension health check script](https://gallery.technet.microsoft.com/Azure-MFA-NPS-Extension-648de6bb) is available on the TechNet Gallery to perform a basic health check when troubleshooting the NPS extension. Run the script and choose option 3.
98
+
The [Azure MFA NPS Extension health check script](https://docs.microsoft.com/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/) performs a basic health check when troubleshooting the NPS extension. Run the script and choose option 3.
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/howto-mfa-nps-extension.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ When using the NPS extension for Azure MFA, the authentication flow includes the
26
26
1.**NAS/VPN Server** receives requests from VPN clients and converts them into RADIUS requests to NPS servers.
27
27
2.**NPS Server** connects to Active Directory to perform the primary authentication for the RADIUS requests and, upon success, passes the request to any installed extensions.
28
28
3.**NPS Extension** triggers a request to Azure MFA for the secondary authentication. Once the extension receives the response, and if the MFA challenge succeeds, it completes the authentication request by providing the NPS server with security tokens that include an MFA claim, issued by Azure STS.
29
-
4.**Azure MFA** communicates with Azure Active Directory to retrieve the user’s details and performs the secondary authentication using a verification method configured to the user.
29
+
4.**Azure MFA** communicates with Azure Active Directory to retrieve the user's details and performs the secondary authentication using a verification method configured to the user.
30
30
31
31
The following diagram illustrates this high-level authentication request flow:
32
32
@@ -165,7 +165,7 @@ The installer creates a PowerShell script in this location: `C:\Program Files\Mi
165
165
- Create a self-signed certificate.
166
166
- Associate the public key of the certificate to the service principal on Azure AD.
167
167
- Store the cert in the local machine cert store.
168
-
- Grant access to the certificate’s private key to Network User.
168
+
- Grant access to the certificate's private key to Network User.
169
169
- Restart the NPS.
170
170
171
171
Unless you want to use your own certificates (instead of the self-signed certificates that the PowerShell script generates), run the PowerShell Script to complete the installation. If you install the extension on multiple servers, each one should have its own certificate.
@@ -247,9 +247,9 @@ You can choose to create this key and set it to FALSE while your users are onboa
247
247
248
248
### NPS extension health check script
249
249
250
-
The following script is available on the TechNet Gallery to perform basic health check steps when troubleshooting the NPS extension.
250
+
The following script is available to perform basic health check steps when troubleshooting the NPS extension.
0 commit comments