Open MH4GF opened 3 years ago
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.
Further testing is needed.
Also experiencing this with doorkeeper-openid_connect 1.8.0 + doorkeeper 5.5.2
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#L15it resolved when I downgrade to Doorkeeper 5.4. I'd appreciate anybody help.
Regards