We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
msal 4.29
MSAL sends x-client-os header with version string. THis is used by the server for device auth. On .NET classic, this functionality is broken, as we mostly just send "6.2.5900" due to a bug in .NET fwk (see https://stackoverflow.com/questions/33328739/system-environment-osversion-returns-wrong-version)
This fixes the issue by send the correct OS description, e.g. "Windows 10", "Windows Server 2016" etc.
The text was updated successfully, but these errors were encountered:
This is included in MSAL 4.30.0 release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
msal 4.29
MSAL sends x-client-os header with version string. THis is used by the server for device auth.
On .NET classic, this functionality is broken, as we mostly just send "6.2.5900" due to a bug in .NET fwk (see https://stackoverflow.com/questions/33328739/system-environment-osversion-returns-wrong-version)
This fixes the issue by send the correct OS description, e.g. "Windows 10", "Windows Server 2016" etc.
The text was updated successfully, but these errors were encountered: