What are the flows supported by OAuth 2.0 authentication mechanism?

Created by Atif Ikramuddin, Modified on Tue, 26 Aug at 7:41 PM by Atif Ikramuddin

Resilinc support following flows for OAuth 2.0 authentication mechanism:

 

  1. Client Credential Flow: The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user. The endpoint returns a token if client is validated. The client id and client secret needs to be passed in the HTTP URL.
  2. Password Flow: The endpoint returns a token if client is validated. The client id, client secret, username and password needs to be passed in the HTTP URL.
  3. Refresh Token Flow: The endpoint returns a token if refresh token and client is validated. The client id, client secret, refresh token needs to be passed in the HTTP URL.
  4. Logout Flow: This logs out the user.

    Note: The client id and client secret is generated by Resilinc and shared with customers.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article