Skip to content

Commit 5611f2c

Browse files
committed
add hyperlink
1 parent 55e82be commit 5611f2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ server.route([
107107
## API
108108
#### Plugin Options
109109

110-
> By default, the Keycloak server has built-in two ways to authenticate the client: client ID and client secret, or with a signed JWT. This plugin supports both. Check the description of `secret` and `publicKey` for further information. If the signed JWTs are used as online strategy, ensure that the identifier of the related realm key is included in their header as `kid`.
110+
> By default, the Keycloak server has built-in [two ways to authenticate][client-auth] the client: client ID and client secret, or with a signed JWT. This plugin supports both. Check the description of `secret` and `publicKey` for further information. If the signed JWTs are used as online strategy, ensure that the identifier of the related realm key is included in their header as `kid`.
111111
>
112112
> | Strategy | Online | Option |
113113
> |:------------|:------:|:------------|
@@ -240,3 +240,4 @@ For further information read the [contributing guideline](CONTRIBUTING.md).
240240
[hapi-route-options]: https://hapijs.com/api#route-options
241241
[jwk]: https://tools.ietf.org/html/rfc7517
242242
[pem]: https://tools.ietf.org/html/rfc1421
243+
[client-auth]: https://keycloak.gitbooks.io/documentation/securing_apps/topics/oidc/java/client-authentication.html

0 commit comments

Comments
 (0)