OAuthV2 Policy Behaviour

Not applicable

I'd like to check my understand about OAuthV2 policy.

The OAuth object which includes access token with metadata will be created when the GenerateAccessToken policy is executed, and the object is kept in Apigee Edge. So we don't have to save the object using kvm or cache policy ourselves.

Is this correct ?

**Updated**

Actually, the OAuth object with brank attributes is created when the API Proxy which the authorization type is OAuth is built. So we can retrieve the attributes by GetOAuthV2Info policy before GenerateAccessToken policy.

Is that correct, too ?

Solved Solved
0 2 131
1 ACCEPTED SOLUTION

Yes. That's how it works. It's automatically kept without you having to explicitly store it yourself.

View solution in original post

2 REPLIES 2

Yes. That's how it works. It's automatically kept without you having to explicitly store it yourself.

Good ! Thanks !