KEYCLOAK-3643 Update link in client authentication section

This commit is contained in:
mposolda 2016-10-04 18:03:09 +02:00
parent fce72bcf41
commit d922e0bb6b

View file

@ -781,7 +781,8 @@ Authentication with signed JWT::
The client/adapter generates the https://tools.ietf.org/html/rfc7519[JWT] and signs it with his private key.
The Keycloak then verifies the signed JWT with the client's public key and authenticates client based on it.
See the demo example and especially the `examples/preconfigured-demo/service-account` for the example application showing service accounts authentication with both clientId+clientSecret and with signed JWT.
See the demo example and especially the `examples/preconfigured-demo/product-app` for the example application showing
the application using client authentication with signed JWT.
==== Implement your own client authenticator