Page MenuHomePhabricator

JWT tokens issued with empty subject
Closed, DuplicatePublic

Description

We are seeing tokens issued by meta.wikimedia.org with an empty subject, this is impacting how the CDN is able to track the rate limits for these users

"iat": 1772619814.933524,
  "nbf": 1772619814.933528,
  "exp": 1772634214.927589,
  "sub": "",
  "iss": "https://meta.wikimedia.org",