ms.tgt_pltfrm: na
ms.custom: no-azure-ad-ps-ref, sfi-image-nochange
ms.topic: how-to
ms.date: 04/09/2025
ms.subservice: hybrid-connect
ms.author: jomondi
---
Check the certificates configured in AD FS and Microsoft Entra ID trust properties for the specified domain.
```azurepowershell-interactive
Get-EntraFederationProperty -DomainName <domain.name> | FL Source, TokenSigningCertificate
```
If the thumbprints in both the outputs match, your certificates are in sync with Microsoft Entra ID.
Two certificates should be listed now, one of which has a **NotAfter** date of approximately one year in the future, and for which the **IsPrimary** value is **False**.
### Step 2: Update the new token signing certificates for the Microsoft 365 trust
Update Microsoft 365 with the new token signing certificates to be used for the trust, as follows.
1. Open Azure PowerShell.
ms.tgt_pltfrm: na
ms.custom: no-azure-ad-ps-ref, sfi-image-nochange
ms.topic: how-to
ms.date: 09/18/2025
ms.subservice: hybrid-connect
ms.author: jomondi
---
Check the certificates configured in AD FS and Microsoft Entra ID trust properties for the specified domain.
```azurepowershell-interactive
Get-EntraFederationProperty -DomainName <domain.name> | FL Source, SigningCertificate
```
If the thumbprints in both the outputs match, your certificates are in sync with Microsoft Entra ID.
Two certificates should be listed now, one of which has a **NotAfter** date of approximately one year in the future, and for which the **IsPrimary** value is **False**.
### Step 2: Update the new token signing certificates for the Microsoft 365 trust
Update Microsoft 365 with the new token signing certificates to be used for the trust, as follows.