X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7c82b0b76c64a5e9db9668ff800e8953cc46ae91..7f690a2e9ca73a6ee5264a843666e7067a2c53df:/README.md diff --git a/README.md b/README.md index 8cee048..7e80eee 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,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 + } } } }