From b369ced1d2f0102469474b45c4fab2ebb39446f1 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 1 Jun 2016 08:50:25 -0300 Subject: [PATCH] Replaces ned by need --- topics/authentication/kerberos.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/authentication/kerberos.adoc b/topics/authentication/kerberos.adoc index 2d7d5a2b4f..46bd2238a5 100755 --- a/topics/authentication/kerberos.adoc +++ b/topics/authentication/kerberos.adoc @@ -153,7 +153,7 @@ To have this claim inserted into the token or assertion, each application will n This is enabled in the `Mappers` tab of the application's client page. See <> chapter for more details. -Applications will ned to deserialize the claim it receives from {{book.project.name}} before it can use it to make GSS calls against other services. +Applications will need to deserialize the claim it receives from {{book.project.name}} before it can use it to make GSS calls against other services. We have an example, that shows this in detail. It's in `examples/kerberos` in the {{book.project.name}} example distribution or demo distribution download. You can also check the example sources directly https://github.com/keycloak/keycloak/blob/master/examples/kerberos[here] .