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.
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
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: )
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
Expected behavior
WebView Control should host adfs secured website without prompting for login credentials
Minimal reproduction of the problem with instructions
Environment