I’ve been trying to find out what is the max number of tokens on an Apigee instance. but i dont seem to find the number. this is for apigee cloud
There isn’t a stated limit.
What problem are you trying to solve?
I went through the limits page and I was just wondering if there was a hard number we needed to keep in mind in my organization for a limit of tokens alive at same time. (because I was checking the limits page) I just found it that it wasnt stated so i was curious about it.
There isn’t a stated limit; however, here are a couple of documents that might be helpful to you (or others):
- Look at the ExpiresIn section of the OAuthV2 policy – it talks about how expired tokens are purged after 180 days.
- Check out this brand new Antipattern topic: Antipattern: Set a long expiration time for OAuth tokens. It discusses how to avoid accumulation of tokens by setting expiration times appropriately.
Hope that helps,
Will