-
Notifications
You must be signed in to change notification settings - Fork 26
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
problem with Serialization/Arrays Value #15
Comments
Haven't worked with Microsoft environments for years... Can you confirm that it works with the powershell scripts your project is based on? (just to confirm that it's not a server side issue). And if so, can you share the binary representation sent by the powershell scripts, so that I can compare? |
After debugging the library with @sfonteneau I found out two issues:
The first one is fixed in #16 For the float detection we have this element: <ClientVersion xmlns="http://schemas.microsoft.com/online/aws/change/2010/01">8.0</ClientVersion> The text "8.0" is encoded as a DoubleTextRecord but it is a version in this context, and Microsoft servers are expecting a string not a float. |
For the record, I compared with the powershell xml to binary output and powershell use char encoding almost everywhere:
|
I use your project to communicate with Microsoft servers, it works fine except when using Serialization/Arrays :
Answer :
I tried to look but I admit that I did not find
the project :
https://github.com/sfonteneau/AADInternals_python
The text was updated successfully, but these errors were encountered: