How can I monitor the SAML certificates expiration in Microsoft Entra ID? I happened to see this post here Monitor The Azure Active Directory Client Secret Expiration (c-sharpcorner.com) and would like to do the same using Azure Function Apps and Azure Logic Apps, but I am new to Powershell so asking little help. In Azure Portal, there is already an expiration date display for the certain certificate and would like to get all applications that certificates are near expiry (maybe will expire on 60 days). Thanks in advance.
Loading
Abhishek ChadhaPosted May 27, 2024, 2:12 PM
Monitoring SAML certificate expiration in Microsoft Enterprise Identity (formerly known as Azure AD) can be crucial for ensuring the security and reliability of your applications. Here's a general approach using Azure Functions and Azure Logic Apps to achieve this:
Azure Function App:
Azure Logic App: