Replaces ned by need

This commit is contained in:
Bruno Oliveira 2016-06-01 08:50:25 -03:00
parent c623d9a226
commit b369ced1d2
No known key found for this signature in database
GPG key ID: 6119F27084DC9914

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] .