From 7f690a2e9ca73a6ee5264a843666e7067a2c53df Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Wed, 27 Jun 2018 12:14:52 -0500 Subject: [PATCH] Update README.md with nonFQDN --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + } } } } -- 2.34.1