Replaces ned by need
This commit is contained in:
parent
c623d9a226
commit
b369ced1d2
1 changed files with 1 additions and 1 deletions
|
@ -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] .
|
||||||
|
|
Loading…
Reference in a new issue