question

jocab4457 avatar image
jocab4457 asked Anirban Sen Chowdhary answered

Step by step 3Legged OAuth Flow Complete Code

Hello developers, I am very beginner in ring-central development. can any one have a step by step code. how to authenticate web server application with 3Legged OAuth Flow sandbox account login.

i have a web server application in developer's my apps.

any help would be appreciated!! 
topic-default
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Tyler Liu avatar image
Tyler Liu answered
https://github.com/ringcentral/ringcentral-demos-oauth This repository contains demos and instructions for several programming languages/frameworks.
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

ashok-thandavamoorthy avatar image
ashok-thandavamoorthy answered
Hi Jacob,

Did you able yo implement 3 Legged OAuth Authorization Code flow. If so can you share your ideas on how to implement.

Thanks,
Ashok
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

For web-based applications, the OAuth 2.0 authorization code flow is supported in RingCentral . Once you creat the app in developer portal and your app support grant_type =Authorization code, you can easily test the API in tools like postman by configuring the parameters, and callback uri provided here should be exactly same callback uri that you created during the app creation along with details like client id, secret.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.