Hello @Mateusz Domański,
Thank you for posting your query on Microsoft Q&A.
Based on the described scenario and error message, the issue appears to be caused by an expired client secret ID. Please follow the steps below to resolve the issue:
- Sign in to the Azure portal and navigate to the Microsoft Entra service.
- Select the application name under the App Registrations.
- Select Certificates & Secrets
Check the client secret value currently being used in your pipeline. If the existing client secret has expired, create a new client secret by clicking on "
New client secret
". The newly generated secret key value will be displayed under the Key column. - Copy the new client secret value and update this value in your configuration or pipeline to resolve the authentication issue.
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.