Skip to content

Commit 088abd3

Browse files
authored
Merge pull request #31 from japere/patch-70
Updated for clarity and accuracy
2 parents b1e1694 + 1911f1f commit 088abd3

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

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

Lines changed: 11 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
|-----|-----|
@@ -43,13 +38,17 @@ Before deploying the pass-through authentication agent, verify if there is a fir
4338
In order to install the agent for the Azure Government cloud you must follow these specific steps:
4439
In the command line terminal, navigate to folder where the executable for installing the agent is located.
4540
Run the following command which specifies the installation is for Azure Government.
41+
4642
For Passthrough Authentication:
4743
```
48-
AADConnectAuthAgentSetup.exe REGISTERCONNECTOR="false" ENVIRONMENTNAME="AzureUSGovernment" /q
49-
For Application Proxy:
50-
AADApplicationProxyConnectorInstaller.exe ENVIRONMENTNAME="Azure
51-
USGovernment"
44+
AADConnectAuthAgentSetup.exe ENVIRONMENTNAME="AzureUSGovernment"
5245
```
46+
47+
For Application Proxy:
48+
```
49+
AADApplicationProxyConnectorInstaller.exe ENVIRONMENTNAME="AzureUSGovernment"
50+
```
51+
5352
## Single Sign On
5453
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:
5554
- You use version 1.1.644.0 or later of Azure AD Connect.
@@ -77,4 +76,4 @@ If you have overridden the `AuthNegotiateDelegateWhitelist` or the `AuthSe
7776

7877
## Next Steps
7978
[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)
79+
[Single Sign-on](how-to-connect-sso-quick-start.md#step-1-check-the-prerequisites)

0 commit comments

Comments
 (0)