keystone/releasenotes/notes/bug-1886017-bc2ad648d57101a2.yaml
Vishakha Agarwal 2707498474 Fix "allow expired" feature for JWT
GET /v3/auth/tokens?allow_expired=1 works fine with fernet tokens
returning the expired token data, whereas it returns exception
TokenNotFound for JWT. This patch fixes the same.

Change-Id: I03f6c58dce7d140d62055a97063aeb480498e5e6
Closes-Bug: #1886017
2020-07-08 17:30:36 +05:30

6 lines
155 B
YAML

---
fixes:
- |
[`bug 1886017 <https://bugs.launchpad.net/keystone/+bug/1886017>`_]
JWT validation now supports `allow_expired` query parameters.