X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/653c3fa43123f7f6fecf8b6fa8e382112f2dbbe0..348ff87574d059b66c5f9a659c2818cd940e8b29:/README.md diff --git a/README.md b/README.md index 4b9cfc9..c0d8424 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ This policy is for configuring sites that support integrated authentication. See "Authentication": { "SPNEGO": ["mydomain.com", "https://myotherdomain.com"], "Delegated": ["mydomain.com", "https://myotherdomain.com"], - "NTLM": ["mydomain.com", "https://myotherdomain.com"] + "NTLM": ["mydomain.com", "https://myotherdomain.com"], + "AllowNonFQDN": { + "SPNEGO": true, + "NTLM": true + } } } }