We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Manager allows request to go thru even with a JWT that has invalid signature. Access Token: base64(header).base64(payload).base64(signature)
Eg:
Both can Invoke the API and the request still goes thru.
How can I fix it?
Thanks!
APIM
4.1.0
OS: Windows 10
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
API Manager allows request to go thru even with a JWT that has invalid signature.
Access Token: base64(header).base64(payload).base64(signature)
Eg:
Both can Invoke the API and the request still goes thru.
How can I fix it?
Thanks!
Affected Component
APIM
Version
4.1.0
Environment Details (with versions)
OS: Windows 10
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: