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
Set-FederationTrust -Identity "Azure AD Authentication" -Thumbprint AC00F35CBA8359953F4126E0984B5CCAFA2F4F17
67
67
```
68
68
69
69
This example configures the federation trust Microsoft Federation Gateway to use the certificate with the thumbprint AC00F35CBA8359953F4126E0984B5CCAFA2F4F17 as the next certificate.
Set-FederationTrust -Identity "Azure AD Authentication" -PublishFederationCertificate
74
74
```
75
75
76
76
This example configures the federation trust Microsoft Federation Gateway to use the next certificate as the current certificate.
77
77
78
+
### Example 3
79
+
```powershell
80
+
Set-FederationTrust -Identity "Azure AD Authentication" -MetadataUrl https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml
81
+
```
82
+
83
+
This example updates the configuration if the tenant is hosted in Office 365 U.S. Government GCC High or DoD environment.
84
+
78
85
Before you configure a federation trust to use the next certificate as the current certificate, you need to use the Test-FederationTrust cmdlet to verify that the certificate is available on all Exchange servers.
79
86
80
87
## PARAMETERS
81
88
82
89
### -Identity
83
-
The Identity parameter specifies the name of the federation trust being modified.
90
+
The Identity parameter specifies the name of the federation trust being modified. <br/><br/>**Note**: For Exchange Online tenants, use the value "Azure AD Authentication".
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway.
178
+
The MetadataUrl parameter specifies the URL where WS-FederationMetadata is published by the Microsoft Federation Gateway. <br/><br/> **Note**: For GCC High or DoD tenants, use the value https://login.microsoftonline.us/FederationMetadata/2006-12/FederationMetadata.xml.
0 commit comments