When an OAUTH token is part of the flow, one can retrieve information associated with the token. For example the application name or the developer id.
How can you retrieve the same values as part of a policy where client credentials have been provided (e.g. "Authorization: Base64-encoded{key:secret}")?
Solved! Go to Solution.
You can use the Access Entity policy to look up this and other types of information:
http://docs.apigee.com/api-services/reference/access-entity-policy
You could also just use a ValidateApiKey policy on the decoded client id. Would be worth trying both to see if there's a benefit to one over the other.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |