Sandor Molnar created KNOX-3038: ----------------------------------- Summary: OAuth resource tokens are short-lived Key: KNOX-3038 URL: https://issues.apache.org/jira/browse/KNOX-3038 Project: Apache Knox Issue Type: Bug Components: Server Affects Versions: 2.1.0 Reporter: Sandor Molnar Assignee: Sandor Molnar Fix For: 2.1.0
The tokens generated using the new OAuth resource (see KNOX-3028 for details) have their expiration time in a format that indicates the time (in milliseconds) from the epoch. This is wrong because the reaper thread will eliminate them as soon as the next time it's triggered. It's also important to emphasize, that tokens generated on the path need some sort of indication of this value in the response. -- This message was sent by Atlassian Jira (v8.20.10#820010)