-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for issue #59 #60
base: master
Are you sure you want to change the base?
Conversation
Anti csrf token as stated here : https://developer.mercedes-benz.com/content-page/oauth-documentation#_from_the_developers_perspective state=<insert_client_state_here>: An opaque value used by the client to maintain state between the request and callback. The authorization server includes this value when redirecting the user-agent back to the client. The parameter SHOULD be used for preventing cross-site request forgery.
I modified the files manually, and I can confirm that it works :) |
I also can confirm it works :-) |
I modified the files manually, I have no idea what I'm doing but I got it working |
Can we please push this pull request? |
Update. I applied this patch, and I'm still getting the invalid_scope error. |
@jamrogers @maltenorskov @RAiN3RWAhN5iNN How can I manually update the files to test it? |
I also can confirm it works :-) Update: Unfortunately only for 2 hours. Token refresh will not works, Error 400 Any further ideas? |
Adapt code to recent API modification done by Mercedes.