Receiving error_description="The signature key was not found" from API call when hosting on one App Service, but not when I run same app locally or on different Azure App Services.
I have an API application that I am trying to get configured to work with a new client application. I have everything set up to work when I run it locally, on a separate Dev App Service, and on a "staging" slot of my Production App Service. However, when I swap (or push directly) to my Production App Service I receive an error when trying to consume the API: Bearer error="invalid_token", error_description="The signature key was not found".
I have checked various configurations and everything appears to be the same and the code running should be the same... What might be causing this issue?