Hello @Rustin Davitt,
Thank you for posting your query on Microsoft Q&A.
Based on your description, it appears that the existing client credential for your application expired on 12/21/2024 at 22:35:20.
To resolve this issue, you need to update the Client Certificate Credential for the application. Please follow these steps to identify and update the client certificate in the Azure Portal:
- Sign in to the Azure Portal with an account that has at least Security Administrator permissions.
- Navigate to Microsoft Entra ID > App Registrations, and locate the application requiring credential rotation.
- Go to the Certificates & Secrets section of the app registration.
- Select the credential type you need to rotate. Depending on the type, proceed to either the Certificates or Client Secret tab and follow the prompts to update.
- After successfully adding the new certificate or secret, update the service code to ensure it works with the new credential and does not disrupt users.
- Once the new credential has been validated, return to App Registrations > Certificates & Secrets for the application and remove the expired credential.
For further details, you can refer to the official Microsoft documentation and screenshot below:
Renew expiring application credential
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Thanks,
Raja Pothuraju.