Merge pull request #5 from abstractj/small-typo

Replaces ned by need
This commit is contained in:
Stian Thorgersen 2016-06-01 14:00:40 +02:00
commit 442c839595

View file

@ -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 This is enabled in the `Mappers` tab of the application's
client page. See <<fake/../../clients/protocol-mappers.adoc#_protocol-mappers, Protocol Mappers>> chapter for more details. client page. See <<fake/../../clients/protocol-mappers.adoc#_protocol-mappers, Protocol Mappers>> 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. 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. 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] . You can also check the example sources directly https://github.com/keycloak/keycloak/blob/master/examples/kerberos[here] .