Without app registration in Apigee and how to get Client App wise traffic data

In Apigee in order to track Client App wise traffic data, only way is to create a API Product with required API proxy and grant access to Client App by creating a Apigee App to get Client Credentials and the app call generate token and make a call to API Proxy(which can verify the token using Verify API Key Policy). This way we can track the Client App wise traffic data to the API proxy

But consider the following scenario, we have proxy that dose not use build in Client Credentials(App registration / creation in Apigee to avoid storing Client Credentials at Front App). We have external IDP authentication for the API Proxy. In this case how to track Client App wise traffic data, if this proxy is used by multiple Client Apps.

Regards,

Meenakshi Sundar.

0 1 173
1 REPLY 1

Not applicable

there is another option when you are not using the apigee credentials.

You can involve that credentials in your api request and use statistic collector policy to involve in the analytics. Then you can use custom report creation with those properties.