Skip to content
New issue

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 #2355

Open
thanhdat21293 opened this issue Jan 3, 2024 · 0 comments

Comments

@thanhdat21293
Copy link

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:

  • Valid Access Token: abc.def.ghj
  • Invalid Access Token: abc.def.ghjk

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant