Hi Devin Goodson,
Microsoft does not send automated reminders for client secret expiration** for apps registered in Azure Active Directory (Azure AD). To track and renew client secrets before they expire, you can follow the steps:
- Check Expiration Manually
- Go to the Azure Portal > Azure Active Directory > App Registrations > Your App.
- Under Certificates & secrets, you’ll see the expiration date of your client secret.
- Set Up Manual Reminders
- Mark the expiration date in your calendar or IT operations tool (e.g., 1 month before expiry).
- Rotate the secret before it expires to avoid service disruptions.
- Go to the Azure Portal > Azure Active Directory > App Registrations > Your App.
- Automate Tracking (Optional)
- Use tools like Azure Monitor, Logic Apps, or third-party services to programmatically check expiration dates and trigger alerts.
- Example: Create a PowerShell script to check secrets and send email notifications.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.