Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AADSTS7000222: The provided client secret keys are expired

Am using Azuredevops & Azure cloud, my deployment got failed with this error AADSTS7000222: The provided client secret keys are expired. Am not sure where to check this , can someone help me on this?

like image 918
Arun Kumar Avatar asked Sep 18 '20 10:09

Arun Kumar


1 Answers

Check the error code here:

https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes

AADSTS7000222: InvalidClientSecretExpiredKeysProvided - The provided client secret keys are expired. Visit the Azure portal to create new keys for your app, or consider using certificate credentials for added security: https://aka.ms/certCreds

Assuming you got the error from pipeline during deployment. Check the service connection you use and update the key or create a new service connection.

like image 167
Cece Dong - MSFT Avatar answered Sep 25 '22 23:09

Cece Dong - MSFT