OAuth 2.0 (Open Authorization) is a protocol that allows an application (the client) to access resources on behalf of a user without exposing the user’s credentials to the client.
I’ve spent half a day to resolve an expired secret in application registered automatically by Azure DevOps. Here is how to solve the issue and my takeaways.