Bearer error=“invalid_token”, error_description=“The signature is invalid”
问题 I have a angular application that request a token from azure. The login went well and I get a token. This token is now send from the angular app to a net core webapi application. Net core should verify this token but failed. I think the webapi should also contact azure to validate the token because it has no knowledge of the private and public key that is needed to verify the token. At the moment it is not clear why it is failing. Both angular app and the webapi are running local on my