You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the OAuth2Manager always sends the code challenge
Steps to reproduce the bug
In OAuth2Manager.cpp this check is somehow ignored if ((m_params->CodeChallengeMethod() != CodeChallengeMethodKind::None) && m_params->CodeChallenge().empty()) { m_params->set_code_challenge(winrt::hstring{ random_base64urlencoded_string(32) }); }
Expected behavior
Code challenge is not send to identity server
Screenshots
NuGet package version
Windows App SDK 1.8 Experimental 4: 1.8.250702007-experimental4