Access outages due to renewal procedure for access tokens #1203
Closed
lgblaumeiser
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I'm assuming you are referring to versions >= |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @paullatzelsperger , one last question, can the client find out locally, when the token expires? I assume, that the token contains a expiration time stamp field, which can be checked against the current time, right? In this case, the client could easily implement a timer, that executes the token refresh so, that the available token is always valid. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the Golden Record Use Case, we face the issue at Cofinity-X, that our customers complain about the reaction time delay of our service due to the token renewal done by the EDC after the access token for an existing contract expires. The renewal process takes a significant amount in time, in which the service is unavailable. The preferred way would be that there is always a valid token, so that at all times, accessing the Golden Record data is possible without a delay.
A possible idea that came up in our company would be that the EDC does the token renewal just prior to the expiration time, so that the refreshed token is already available when the old token expires.
What could we do to prevent these outtages and provide a smooth service experience?
Beta Was this translation helpful? Give feedback.
All reactions