How do I access to the customize properties using authorization code ?

Not applicable

Hi,

In the request there is a header , Authorization = Bearer <authorization_code>

Using this authorization_code how to access customized attributes.

I read about

Access Entity policy

Get OAuth V2 Info policy

Extract Variables policy

But still don't have a clear idea on it.

Thank You

0 2 269
2 REPLIES 2

@Gayan Shyamal ,

Are you talking about custom attributes attached to auth code ? If Yes, You can use Get OAuth V2 info policy. Examples are available here.

Hi Anil,

Thanks for replying. In my question I meant about accessing customized application attributes after basic authentication was done. And this discussion came across which exactly saying how to do so.

https://community.apigee.com/questions/6641/what-is-the-significance-of-custome-attributes-of.html

Thank you again.