We updated the clientsecret value in app registration as it was expired but the url webapp application url is not able to read the new value and throwing below error:
Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException: AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app ‘XXXXXXXXX’. Trace ID: 619dXXXXXXX900 Correlation ID: 5eXXXXXXXXa2 Timestamp: 2024-04-23 13:31:07Z.
we tried passing the client secret value both from key-vault and directly passing it in configuration but its not working in either case.
any immediate reply will be highly appreciated.
thnks !!
we expected the webapp application to read the updated new secretvalue but its not able to read the new value.
vikashk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.