Skip to main content
New Participant
February 20, 2024
Question

Is oauth2 client_credentials still available ?

  • February 20, 2024
  • 1 reply
  • 128 views

The following page describes oauth using client credentials :

https://ringcentral-api-docs.readthedocs.io/en/stable/authentication/client-creds/

I'd like to know if this auth flow is still available and if so, can I get it added to my dev apps ?

Seems this would be the way to do auth without a user having to login. Use case for this would include pulling call logs and setting up subscription webhooks. Neither of these 2 examples should require user login.

1 reply

PhongVu
Community Manager
Community Manager
February 20, 2024

That is an old article and is not valid anymore.

You should explore and use the JWT flow as discussed in this dev guide article.