client_credentials flow using doorkeeper + rails + doorkeeper JWT, How to authenticate the flow

Viewed 17

I have an application that uses both the flows client_credentials and authorization_code. Initially we were only following the authorization_code grant flow and created a doorkeeper strategy to handle use log in. Now we are trying to implement client credentials grant flow, after getting the token, how to enter in the application

  1. should we skip devise authentication
  2. Or is there any other way to handle it

I tried looking in this PR - Devise-doorkeeper but there is no owner_id on application. Can someone please assist if having the same scenario.

0 Answers
Related