Kerberos authentication not working, attempts to cause segfault on Linux

Description of the issue:
Kerberos authentication does not work on linux to websites, despite being supported and working in Chromium.

Brave browser opens, however command line shows segmentation fault(core dumped)

Steps to Reproduce (add as many as necessary): 1. 2. 3.

  • Launch Chromium with auth options for kerberos and test website auth correctly uses local kerberos credentials

Chromium launches and does not seg fault

chromium-browser --auth-server-whitelist=".mydomain.com" --auth-negotiate-delegate-whitelist=".mydomain.com"

  • Repeat with brave and test kerberos auth with site
    brave-browser --auth-server-whitelist=".mydomain.com" --auth-negotiate-delegate-whitelist=".mydomain.com"

Brave launches however segfault is reported in command line:

[1] 18230 segmentation fault (core dumped) brave-browser --auth-server-whitelist="

Actual Result (gifs and screenshots are welcome!):

Chromium correctly authenticates using kerberos credentials of host, Brave does not.

Expected result:

Brave should authenticate with the host kerberos credentials.

Reproduces how often:

every time.

Operating System and Brave Version(See the About Brave page in the main menu):

Brave-browser
Fedora 29/30
Version 0.63.48 Chromium: 74.0.3729.108 (Official Build) (64-bit)

Chromium-browser
Version 73.0.3683.86 (Developer Build) Fedora Project (64-bit)

Additional Information:

This topic was automatically closed after 30 days. New replies are no longer allowed.