xraver / mercedes_me_api

Script to use Mercedes Me APIs.
MIT License
57 stars 14 forks source link

Unable to login for first token #38

Closed bvzasfb closed 1 year ago

bvzasfb commented 1 year ago

The links generated by both python and bash scripts are dectected as "wrong" by mercedes.

Instead of a login page I get

Bad Request Unregistered redirect_uri ("https://localhost").

harrolf commented 1 year ago

@bvzasfb Can you check if you have https configured in the mercedes project, by default I think it's http

bvzasfb commented 1 year ago

That was it. I added https://localhost to the redirect urls and now it works.