Question

How to find which auth flow is used exactly in the Embedded widget app? whether auth flow or Implicit

  • 24 June 2020
  • 1 reply
  • 306 views

How to find which auth flow is used in the Embedded widget app?

From the Ring central developers site, could see both flows (Auth code & Implicit) enabled for the app in production. But wanted to find out which one is exactly used in the Embedded widget code.


1 reply

Userlevel 1

If you only provide appKey, it will use implicit grant flow.

https://ringcentral.github.io/ringcentral-embeddable/

Reply