You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using ember-simple-auth for quite some time combined with doorkeeper for the authentication in our rails API. Now doorkeeper recently changed some things and now we are required to send an client_id when using the Resource Owner Password Grant.
We use the OAuth2PasswordGrantAuthenticator, but as far as I see we can only send the identification and the password. Is it possible to add the client id?
I hope I explained it well enough, please let me know if I have to clearify something
The text was updated successfully, but these errors were encountered:
This is an older question, but for anyone who stumbles across this through Google I felt like it's good to note here. Apparently this isn't documented anywhere (correct me if I'm wrong). I was able to find through the code that the client_id can be set in your authenticator, like this:
We are using ember-simple-auth for quite some time combined with doorkeeper for the authentication in our rails API. Now doorkeeper recently changed some things and now we are required to send an
client_id
when using the Resource Owner Password Grant.We use the
OAuth2PasswordGrantAuthenticator
, but as far as I see we can only send the identification and the password. Is it possible to add the client id?I hope I explained it well enough, please let me know if I have to clearify something
The text was updated successfully, but these errors were encountered: