App Key is unexpectedly showing Revoked status

Not applicable

We have created several developer apps using a single developer email in Apigee Edge. After some time, few of the apps are in revoked status. When we open the app ,consumer key/secret status looks approved but product status is shown as "revoked". We do not set any expiry time attribute for apps. Why is app revoked ?

Is there any maximum limit on number of apps a developer account can create? Please provide numbers in that case.

0 4 210
4 REPLIES 4

That doesn't look like something that could happen automatically. Can you check the audit logs to see if it wasn't a manual change.

Not applicable

@Arpit Sharma, Based on the description, App is still valid. However, API product has been revoked from the App.

As @Madhan Sadasivam has suggsted, look at the audit logs and you may be able to find an entry specifying revokation of the API product.

As rdoda commented, there are multiple levels of approval to consider.

  • the developer account may be marked "inactive".
  • The developer app itself may be revoked
  • any credential within the developer app may be revoked
  • any API Product within any credential may be revoked

In any of the above cases, a request bearing the credential (or a token based on the credential) for the given API product, will be rejected.

What you have described is that the "API Product" within a credential has been revoked. ie, the last case shown above.

This is something that could happen via user action in the Apigee UI. Or via the administrative API. In either case, the audit log will show it.

To correct it, Edit the app in the UI, and re-approve the API Product.

Not applicable

Thanks for your answers . I will install analytics nodes as well so that i could see the audit logs .