You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current state with the custom API around EDR, we are able with one request to negotiation and cache the EDR on our side in an EDR/cache store. If the EDR expire people should re-fire the EDR negotiation from scratch to obtain a new token.
It would be cool if we implement an auto renewal mechanism.
The implementation should:
Check the EDR store/cache for expired or about to expire EDR.
Fire a new transfer process for getting a new EDR
Store the new EDR
Clean the expired one
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
In the current state with the custom API around EDR, we are able with one request to negotiation and cache the EDR on our side in an EDR/cache store. If the EDR expire people should re-fire the EDR negotiation from scratch to obtain a new token.
It would be cool if we implement an auto renewal mechanism.
The implementation should:
The text was updated successfully, but these errors were encountered: