X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/c601c5c2c9de3f4cfd88c8cc1623aa1f33c5e994..a7ab6e92737cc521e1c09f6e5374ec1d73cb099f:/README.md diff --git a/README.md b/README.md index 3242d4c..867fb97 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,19 @@ The content of the JSON file should look like this: } ``` Policies are documented below. - +### Authentication +This policy is for configuring sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information. +``` +{ + "policies": { + "Authentication": { + "SPNEGO": ["mydomain.com", "https://myotherdomain.com"], + "Delegated": ["mydomain.com", "https://myotherdomain.com"], + "NTLM": ["mydomain.com", "https://myotherdomain.com"] + } + } +} +``` ### BlockAboutAddons This policy removes access to about:addons. ```