Jan 03 2020 10:57 AM
Testing out Edge v79.0.309.56 on macOS Catalina 10.15.2. When i hit a page that uses kerberos like SharePoint i get prompted for credentials. This works fine in Safari. Am i missing a policy setting to get this working silently?
Thanks
Jan 08 2020 01:03 PM
I'd also like to figure this out, as I am able to do Kerberos tickets with Chrome using the following commands:
defaults write com.google.Chrome AuthServerWhitelist “*.domain.example”
defaults write com.google.Chrome AuthNegotiateDelegateWhitelist “*.domain.example”
What is the equivalent for Edge on MacOS?
Jan 09 2020 11:32 AM
@jason411 I figured it out.
defaults write com.microsoft.Edge RestoreOnStartup -int 1
defaults write com.microsoft.Edge AuthServerAllowlist *.domain.name
(*.domain.name = your domain name. so, like if you were contoso it would be *.contoso.com)
Run those in Terminal, Kerberos auth will automagically start working.