CommunityToolkit / Microsoft.Toolkit.Win32

ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
https://aka.ms/windowsappsdk
Other
381 stars 89 forks source link

WebView Control prompts for windows security login #87

Open kskiran23 opened 5 years ago

kskiran23 commented 5 years ago

I'm submitting a...

Bug report (I searched for similar issues and did not find one)

Current behavior

WebView control prompts for login, when hosting a adfs protected website. I am tyring to host a internal website in WebViewControl , this website is secured through adfs.

when i run my WPF application, I get a Windows Security login prompt with title Destop App Web Viewer asking me to enter my LAN credentials. I do not get any prompts when i host the same website in WPF WebBrowser Control

image

Expected behavior

WebView Control should host adfs secured website without prompting for login credentials

Minimal reproduction of the problem with instructions

Environment

Nuget Package(s): 
Microsoft.Toolkit.Wpf.UI.Controls.WebView

Package Version(s): 
5.0.1

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [] April 2018 Update (17134)
- [x] October 2018 Update (17763)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (xxxxx)

Device form factor:
- [ ] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [x] 2017 (version: )
- [ ] 2017 Preview (version: )
znakeeye commented 4 years ago

We encountered this in 6.0.1. No news on this?

Is there a workaround? This is a major blocker for us. Please advise!