diff --git a/docs/user-guide/kerberos.md b/docs/user-guide/kerberos.md index 629595d617..631930fce4 100644 --- a/docs/user-guide/kerberos.md +++ b/docs/user-guide/kerberos.md @@ -11,7 +11,7 @@ To enable Kerberos SSO and bypass the normal login, set the `withCredentials` pr ```json { "auth": { - "withCredentials": "true" + "withCredentials": true } } ```