learning Oath2 from apigee for certification

Hi,

Which is the best resource from Apigee to learn more and in depth about OATH 2.0 ?

The video tutorial is too short --> http://academy.apigee.com/courses/elearning/founda...

The documentation is a little confusing for me.

What do you all suggest 🙂

Solved Solved
0 3 934
2 ACCEPTED SOLUTIONS

msebai
New Member

Hi @Sujith Mathew

I reckon to begin with the specifications https://tools.ietf.org/html/draft-ietf-oauth-v2-31... This should give you good understanding of the different flows and grant types. Then use Apigee documentation to guide you through the implementation on Edge e.g. this is a good tutorial for client credentials http://apigee.com/docs/api-services/tutorials/secure-calls-to-your-api-through-oauth-client-credenti...

Do you have something more specific in mind where you need help with?

View solution in original post

Hi @Sujith Mathew In addition to what @msebai mentioned, you can see sample proxies here This GitHub repo has all the samples you need to get started with OAuth in Apigee Edge.

View solution in original post

3 REPLIES 3

msebai
New Member

Hi @Sujith Mathew

I reckon to begin with the specifications https://tools.ietf.org/html/draft-ietf-oauth-v2-31... This should give you good understanding of the different flows and grant types. Then use Apigee documentation to guide you through the implementation on Edge e.g. this is a good tutorial for client credentials http://apigee.com/docs/api-services/tutorials/secure-calls-to-your-api-through-oauth-client-credenti...

Do you have something more specific in mind where you need help with?

Hi @Sujith Mathew In addition to what @msebai mentioned, you can see sample proxies here This GitHub repo has all the samples you need to get started with OAuth in Apigee Edge.

@msebai

@sudheendra1

Well, am done with tutorials and the APIGEE docs (for oath) and just found out an E-Book from APIGEE for oath.

https://pages.apigee.com/oauth-big-picture-ebook.html

Just wanted to inform the community who wants learn more of Oath from APIGEE.

Regards

Sujith Mathew