-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
windows_live: client ID required in the request made to Microsoft #2002
Comments
Is there anything I can do to make this ticket move forward? – Thanks |
Message to comment on stale issues. If none provided, will not mark issues stale |
Any update? How can I help? (hi GitHub bot) |
Message to comment on stale issues. If none provided, will not mark issues stale |
Would you accept a MR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual Behavior
What is the actual behavior?
Similar to comment #1425 (comment) but did not solve my issue.
When logging in with a properly (?? I may have made a mistake though!) configured
windows_live
, the request fails silently after logging in on Microsoft side.The Symfony profiler shows the response sent by Microsoft:
Expected Behavior
What is the behavior you expect?
I think it should have worked
Steps to Reproduce
I don't have reproduction code as I followed the docs however I debugged the call stack of this error and how the HTTP request is built, and adding these two lines fixes the issue:
Possible Solutions
I don't know if my proposal above is bogus because I did not configure the bundle properly (most likely) or if there was a change somewhere in the API?
The text was updated successfully, but these errors were encountered: