List oauth2 tokens on Edge platform

Does Apigee propose a way to list all oauth tokens created on a platform? Is there a way the number of tokens can be monitored?

Solved Solved
0 1 124
1 ACCEPTED SOLUTION

On a Cassandra VM, please run the following:


/opt/apigee/apigee-cassandra/bin/cqlsh <HOST_IP> 9042
cqlsh> SELECT * FROM kms.oauth_20_access_tokens;

This will give you the list we're after.

View solution in original post

1 REPLY 1

On a Cassandra VM, please run the following:


/opt/apigee/apigee-cassandra/bin/cqlsh <HOST_IP> 9042
cqlsh> SELECT * FROM kms.oauth_20_access_tokens;

This will give you the list we're after.