Skip to content

Commit f412d1a

Browse files
authored
Updated for clarity and accuracy
Removed the redundant section, added a note that this applies to App Proxy, and separated the commandline script for PTA and App Proxy.
1 parent b1e1694 commit f412d1a

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

articles/active-directory/hybrid/reference-connect-government-cloud.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,9 @@ ms.collection: M365-identity-device-management
2424
## Pass Through Authentication
2525

2626
### Allow access to URLs
27-
Before deploying the pass-through authentication agent, verify if there is a firewall between your servers and Azure AD, and if so, configure the following items:
28-
29-
- If your firewall or proxy allows DNS whitelisting, whitelist connections to *.msapproxy.us and *.servicebus.usgovcloudapi.net. If not, allow access to the Azure datacenter IP ranges, which are updated weekly.
30-
- Your Authentication Agents need access to login.windows.us and login.microsoftonline.us for initial registration. Open your firewall for those URLs as well.
31-
- For certificate validation, unblock the following URLs: mscrl.microsoft.us:80, crl.microsoft.us:80, ocsp.msocsp.us:80, and www.microsoft.us:80. Since these URLs are used for certificate validation with other Microsoft products you may already have these URLs unblocked.
32-
3327
Before deploying the pass-through authentication agent, verify if there is a firewall between your servers and Azure AD. If your firewall or proxy allows DNS whitelisting, whitelist the following connections:
34-
28+
> [!NOTE]
29+
> The following guidance also applies to installing the [Application Proxy connector](https://aka.ms/whyappproxy) for Azure Government environments.
3530
3631
|URL |How it's used|
3732
|-----|-----|
@@ -45,11 +40,14 @@ In the command line terminal, navigate to folder where the executable for instal
4540
Run the following command which specifies the installation is for Azure Government.
4641
For Passthrough Authentication:
4742
```
48-
AADConnectAuthAgentSetup.exe REGISTERCONNECTOR="false" ENVIRONMENTNAME="AzureUSGovernment" /q
49-
For Application Proxy:
50-
AADApplicationProxyConnectorInstaller.exe ENVIRONMENTNAME="Azure
51-
USGovernment"
43+
AADConnectAuthAgentSetup.exe ENVIRONMENTNAME="AzureUSGovernment"
5244
```
45+
46+
For Application Proxy:
47+
```
48+
AADApplicationProxyConnectorInstaller.exe ENVIRONMENTNAME="AzureUSGovernment"
49+
```
50+
5351
## Single Sign On
5452
Set up your Azure AD Connect server: If you use Pass-through Authentication as your sign-in method, no additional prerequisite check is required. If you use password hash synchronization as your sign-in method, and if there is a firewall between Azure AD Connect and Azure AD, ensure that:
5553
- You use version 1.1.644.0 or later of Azure AD Connect.
@@ -77,4 +75,4 @@ If you have overridden the `AuthNegotiateDelegateWhitelist` or the `AuthSe
7775

7876
## Next Steps
7977
[Pass-through Authentication](how-to-connect-pta-quick-start.md#step-1-check-the-prerequisites)
80-
[Single Sign-on](how-to-connect-sso-quick-start.md#step-1-check-the-prerequisites)
78+
[Single Sign-on](how-to-connect-sso-quick-start.md#step-1-check-the-prerequisites)

0 commit comments

Comments
 (0)