Hello Team,
We have added a configuration payload to bypass the HTTP Authentication for intranet site.
We have also added required Certificates too.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowCrossOriginAuthPrompt</key>
<true/>
</dict>
</plist>
But re-opening the Microsoft Edge do not work. Even Now I get the authentication to enter the username and password.
Please let me know what has to be added or changed.