Skip to content
English
  • There are no suggestions because the search field is empty.

App Secret Expires [CHK-1162]

This check identifies application registrations with secrets that are due to expire within 30 days.

Rationale

Application Registrations are often used to automate processes, with authentication managed through secrets and certificates. These have an expiration date, and if not renewed, can lead to process interruptions and potential downtime.

Fix

An automated fix is not available for this issue. To fix it manually:

  1. Open the Entra ID management portal: https://entra.microsoft.com
  2. Navigate to Applications and App registrations.
  3. Click on All applications and find the application that the alarm is about.
  4. Click on the name of the application.
  5. Go to Certificates & secrets.
  6. Create a new Secret or upload a new certificate.
  7. Incorporate new authentication methods into other scripts or systems that communicate with App registration.

Impact

Renewing these secrets in time ensures the continuous operation of your applications and prevents unexpected downtime.

More Information