Skip to content

Commit d83f752

Browse files
committed
[AzureAD] Update links for TechNet Gallery scripts to Azure samples
1 parent b5d94d7 commit d83f752

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If your users are [Having trouble with two-step verification](../user-help/multi
9595

9696
### Health check script
9797

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.
9999

100100
### Contact Microsoft support
101101

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When using the NPS extension for Azure MFA, the authentication flow includes the
2626
1. **NAS/VPN Server** receives requests from VPN clients and converts them into RADIUS requests to NPS servers. 
2727
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.  
2828
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 users 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.
3030

3131
The following diagram illustrates this high-level authentication request flow: 
3232

@@ -165,7 +165,7 @@ The installer creates a PowerShell script in this location: `C:\Program Files\Mi
165165
- Create a self-signed certificate.
166166
- Associate the public key of the certificate to the service principal on Azure AD.
167167
- Store the cert in the local machine cert store.
168-
- Grant access to the certificates private key to Network User.
168+
- Grant access to the certificate's private key to Network User.
169169
- Restart the NPS.
170170

171171
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
247247

248248
### NPS extension health check script
249249

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.
251251

252-
[MFA_NPS_Troubleshooter.ps1](https://gallery.technet.microsoft.com/Azure-MFA-NPS-Extension-648de6bb)
252+
[MFA_NPS_Troubleshooter.ps1](https://docs.microsoft.com/samples/azure-samples/azure-mfa-nps-extension-health-check/azure-mfa-nps-extension-health-check/)
253253

254254
---
255255

0 commit comments

Comments
 (0)