Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 838 Bytes

brave-spnego.md

File metadata and controls

35 lines (25 loc) · 838 Bytes
title date draft author tags
SPNEGO in Brave
2023-03-13 21:20:37 -0700
false
Caleb Callaway
tech
linux
security
kerberos

1. Create config directory

sudo mkdir -p /etc/brave/policies/managed/

2. Create policy file

Create /etc/brave/policies/managed/spnego.json with the following contents, editing domain names as needed:

{
  "AuthServerAllowlist" : "*.brainvitamins.net",
  "AuthNegotiateDelegateAllowlist" : "*.brainvitamins.net",
  "EnableAuthNegotiatePort" : true
}

3. Restart

Restart the browser. Verify the policy is active by visiting brave://policy

References