Hi,
I’m using a service to get a new token when needed for some web requests. We are experiencing that when a token has expired and the service is updating the secret with a new token, the next step in the main action (web request ) is getting an error “not authorized”, but running the same action again (not updating a new token) is successful.
For me it seems like the orignale action is “to fast” , getting the old secret. Eventhough the service has updated the secret to the latest token.
When I debug it , it seems to work as expected , maybe because it takes longer to move to the next step?