From 41889cd9beae6f894a545a0f96ad26ca2a7043ba Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 23 Apr 2021 13:57:27 -0700 Subject: [PATCH] Update Set-FederationTrust.md Issue #7680 --- exchange/exchange-ps/exchange/Set-FederationTrust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-FederationTrust.md b/exchange/exchange-ps/exchange/Set-FederationTrust.md index b5cd64d88e..cd84748a17 100644 --- a/exchange/exchange-ps/exchange/Set-FederationTrust.md +++ b/exchange/exchange-ps/exchange/Set-FederationTrust.md @@ -78,7 +78,7 @@ This example configures the federation trust Microsoft Federation Gateway to use ### Example 3 ```powershell -Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml +Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://nexus.microsoftonline-p.com/federationmetadata/2006-12/federationmetadata.xml ``` This example updates the configuration if the tenant is hosted in Microsoft 365 U.S. Government GCC High or DoD environment. @@ -177,7 +177,7 @@ Accept wildcard characters: False ``` ### -MetadataUrl -The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway.

**Note**: For GCC High or DoD tenants, use the value https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml. +The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway. ```yaml Type: Uri