From 6e5be5b2db3f2f0a3e5a4d6a573b2246facbfb42 Mon Sep 17 00:00:00 2001 From: Matt Drees Date: Tue, 24 Jul 2018 16:08:48 -0600 Subject: [PATCH] Tweak logoutPath docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00dd48..bf216bc 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ The `SingleSignOutFilter` can affect character encoding. This becomes most obvio | `relayStateParameterName` | Defaults to `RelayState` | No | `eagerlyCreateSessions` | Defaults to `true` | No | `artifactParameterOverPost` | Defaults to `false` | No -| `logoutPath` | The path which will receive logout callback requests from the CAS server. This is necessary if your app needs access to the raw input stream when handling form posts. If not configured, the default behavior will check every request for a logout parameter. | No +| `logoutPath` | The path which is expected to receive logout callback requests from the CAS server. This is necessary if your app needs access to the raw input stream when handling form posts. If not configured, the default behavior will check every form post for a logout parameter. | No | `casServerUrlPrefix` | URL to root of CAS Web application context. | Yes