Actions
Bug #12119
closedToken endpoint issuing new access tokens before expiration
Start date:
22/10/2024
Due date:
% Done:
0%
Estimated time:
Device Type:
Component:
Type:
Platform
Description
Environment details
620 server
Prerequisites
None
Steps
1. Register OAuth app
2. Generate access token
3. Call the same token endpoint again
Description
Previously when calling the token endpoint if an access token was already generated previously it will send the same until it has expired but now its generating a new access token each time the token endpoint is called.
Result
New access tokens are generated each time the token endpoint is called
Actions