Hi,
I have the following requirement
1. APIGEE has generated client id and secret for the client application during app registration.
2. client instead of calling APIs through access token. They will call it using SHA256(client_id+client_secret+timestamp). This header will be passed in each request.
3. When this request comes to APIGEE, APIGEE should create a same hash to verify it. there should be a buffer of (+,-)3-4 min kept and allow request with (+,-) 3 min delay or early as per servers time.
Can I have this functionality in APIGEE OPDK with minimum latency.
This functionality is provided by Mashery OOTB
@anilsr @anilsagar , @dchiesa1
Thanks in advance
Ankita