VerifyAPIKey vs OAuth policy,APIKey vs OAuth policy

kumarraj764
Participant II

Can I use both VerifyAPIKey and OAuth policies in same API Proxy? Please suggest

,

Can I use both VeirfyAPIKey and OAuth in single APIProxy? Please suggest

0 2 182
2 REPLIES 2

@KUMAR PERLA

Welcome to Apigee Community !

Yes, Absolutely, You can do that. For example, You will use the VerifyAPI Key policy to validate client key in client credentials grant type before generating the token using OAuth Policy generate token operation.

Any reason behind above question ? What exactly is the usecase ?

Since both policies uses Consumer Key, i wanted to know. Could you please give me sample url to call the API Proxy which is having both these policies?