Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
token-exchange
Describe the bug
When exchanging an internal token to an external IDP token, and the token is not persisted when the token is refreshed.
It is only kept in-memory for the current node, and due to that it is not available to other nodes in the cluster of when the node is restarted.
Version
main
Regression
- The issue is a regression
Expected behavior
The refreshed token should be persisted.
Actual behavior
It is not persisted
How to Reproduce?
See the test in the connected PR
Anything else?
No response