Merge pull request #13 from mposolda/master

KEYCLOAK-3643 Update link in client authentication section
This commit is contained in:
Marek Posolda 2016-10-04 18:04:02 +02:00 committed by GitHub
commit bd12a3590f

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