A cloud-based identity and access management service for securing user authentication and resource access
In Azure Entra, client secrets do have an expiry period, and you cannot set them to never expire. However, you can renew the client secret before it expires to ensure that your application continues to function without interruption. Notifications are provided in the Configuration Manager console starting in version 2006 to alert you when a client secret is about to expire or has already expired. This allows you to take action before the secret becomes invalid.
To renew a client secret, you can follow these steps:
- Sign in to the Azure portal and navigate to the Microsoft Entra service.
- Select the application under App Registrations.
- Go to Certificates & Secrets and create a new client secret.
- Update your application with the new client secret value.
Make sure to store the new secret securely, as it will only be displayed immediately after creation.