[HowTo] add Kerberos/SAML feature to brave

Hello all,

i would like to show you how to enable Kerberos/SAML for brave.

mkdir -p /etc/brave/policies/managed
nano /etc/brave/policies/managed/kerberos.json

Example content

     "AuthServerWhitelist": "ucs-sso.mydomainname",
     "AuthNegotiateDelegateWhitelist": "ucs-sso.mydomainname",
     "AuthServerAllowlist": "ucs-sso.mydomainname",
     "AuthNegotiateDelegateAllowlist": "ucs-sso.mydomainname"

And give execute rights:

chmod o+rx /etc/brave/policies/managed/kerberos.json

Source: deepdoc.at

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