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
I tried matching the initialize method in doorkeeper-openid_connect and set skip_client_authentication_for_password_grant to true in the doorkeeper config and it resolved the issue.
Hi!
After upgrading to 1.8.0, I noticed an ArgumentError in /oauth/token .
Probably because the number of arguments in
Doorkeeper::OAuth::PasswordAccessTokenRequest
has changed since doorkeeper 5.5.https://github.com/toupeira/doorkeeper/blob/ce48908b4c11a5956f23f56c1aa084d80d5b2cec/lib/doorkeeper/oauth/password_access_token_request.rb#L15
it resolved when I downgrade to Doorkeeper 5.4.
I'd appreciate anybody help.
Regards
The text was updated successfully, but these errors were encountered: