Hi,
Am seeing some really odd behavior with Windows and authentication. I have code that works fine in Xamarin forms on iOS. Very simple, just setting up Authentication. What I am seeing though is that in WPF (both Win standard and NET6) the challenge handler does not get called. It just does not go into the method, and then I get an unauthorized error trying to open the item. As I said, the same code works in Xamarin Forms, I can look at the AuthenticationManager and see a registered method for the challenge handler, but it does not enter the method.
Any thoughts on something additional needed in WPF. I have gone through the samples and do not see anything being done that differs
Thanks - Joe