Need steps for OAuth3 implementation

Not applicable

We are stuck in implementing oAuth3. We tried the sample which was provided during apigee traning. we followed the below steps.

1.Imported the proxy bundle into apigee portal

2.Generated client_id (consumer key) by adding product and mapping developer.

3.Accessed the sample login page by passing the query param like below. http://velapigee-test.apigee.net/v1/cc/oauth_ac/sampleloginpage?client_id=VQy9zq5k1IfzGwkAlGKkYHPJTE...

4.We are re-directed to “Authorization Form” where we submitted using “submit” button. 5.Once submit, we are redirected to the below url http://velapigee-test.apigee.net/v1/cc/oauth_ac/sampleloginpage?client_id=VQy9zq5k1IfzGwkAlGKkYHPJTE...

Need help to proceed further after the above steps.

0 1 402
1 REPLY 1

Former Community Member
Not applicable

@pazhanivel So you are talking about the Three Legged OAuth flow also known as the Authorization Code Grant. The link should give you details on the exact interactions/steps between the involved parties. Let me know if you are still stuck. And here is a sample (GitHub) end to end implementation that walks you through how to get an Authorization Code Grant OAuth flow to work.