Skip to main content

OAuth token endpoint accepts invalid Integration Key in Authorization header

  • September 10, 2025
  • 0 replies
  • 16 views

Forum|alt.badge.img

When requesting an access token via the Authorization Code Grant flow, the integration key provided in the Authorization header is not being validated.

For testing, I intentionally sent an invalid or even empty integration key in the header, but the /oauth/token endpoint still returned a 200 OK with a valid access_token and refresh_token.