Update kerberos.md

This commit is contained in:
Eugenio Romano 2020-04-01 18:02:40 +01:00 committed by GitHub
parent ec49a42ebc
commit e2d58e7a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ To enable Kerberos SSO and bypass the normal login, set the `withCredentials` pr
```json
{
"auth": {
"withCredentials": "true"
"withCredentials": true
}
}
```