2707498474
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
6 lines
155 B
YAML
6 lines
155 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1886017 <https://bugs.launchpad.net/keystone/+bug/1886017>`_]
|
|
JWT validation now supports `allow_expired` query parameters.
|