Hagiali Posted September 23, 2020 Share Posted September 23, 2020 (edited) Hi, After I upgraded to 4.5.2 I have a problem with VK.com Login Handler 3.0.0 Quote {"error":"invalid_request","error_description":"PKCE is unsupported for server-side authorization"} print with error http://prntscr.com/umkh59 Thanks for any hints to fix it. Edited September 23, 2020 by Hagiali Link to comment Share on other sites More sharing options...
0 Oni Posted September 23, 2020 Share Posted September 23, 2020 (edited) "invalid_request" always means that the request is missing a required parameter, includes an invalid parameter value, or is otherwise malformed. Seems like OAuth requires you to use the PKCE extension but even the PKCE extension itself does not add any new responses, so clients can always use the PKCE extension even if an authorization server does not support it. (So I guess it's the PKCE Code Challenge method parameter itself?) Short answer: I'm not the developer of that handler, so I can't tell you exactly what's wrong with it without seeing any code. You would have to wait for an updated version or create your own login handler for IPS by following the developer documentations. Edited September 23, 2020 by Oni 1 Please no more private messages, mentions or anything like that. I don't offer any support at the moment. Link to comment Share on other sites More sharing options...
0 Hagiali Posted September 23, 2020 Author Share Posted September 23, 2020 Thanks for the infos! Looks like I need a coder to fix it and I'm willing to pay. And I have another custom application that I need to be updated. If there are any coders available please contact me on discord at ingame#1083 Until the fix, I need to downgrade to 4.4.10. i hope will be easy Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted December 1, 2020 Administrator Share Posted December 1, 2020 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Hagiali
Hi,
After I upgraded to 4.5.2 I have a problem with VK.com Login Handler 3.0.0
print with error
http://prntscr.com/umkh59
Thanks for any hints to fix it.
Edited by HagialiLink to comment
Share on other sites
3 answers to this question
Recommended Posts