Do Apigee access tokens persist downtimes/restarts?

Not applicable

Say I generate an access token. Due to some issues the message processor goes down or is restarted. Once the message processor is back on, is the access token still valid and or available?

Solved Solved
0 2 243
2 ACCEPTED SOLUTIONS

Yes, tokens generated are stored in persistent storage outside message processors.

View solution in original post

adas
New Member

Access tokens are valid for the duration they are generated for as specified in the ExpiresIn setting. The tokens are stored into persistent storage so message-processor downtime won't cause your tokens to be lost.

View solution in original post

2 REPLIES 2

Yes, tokens generated are stored in persistent storage outside message processors.

adas
New Member

Access tokens are valid for the duration they are generated for as specified in the ExpiresIn setting. The tokens are stored into persistent storage so message-processor downtime won't cause your tokens to be lost.