Azure-Samples / Azure-Samples/remote-mcp-apim-functions-python
JWT has an invalid signature
- Ngôn ngữ chính
- Bicep
- Star
- 129
- Fork
- 79
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The access token stored in the APIM cache which is mapped to session key has an invalid signature. Though the JWT itself is valid, however, does not have any valid signature and it is causing the issue at various downstream levels where JWT validation failing.


Further using the token in exchange flows through MSAL or Azure.Identity also deems the signature invalid -

Is it because we are assigned APIMGatewayURL as an issuer while the issuer in the token is different (https://sts.windows.net/tenantId) ?
@prjhawar @jukasper - Kindly help with this issue.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.