From 4872a7c454cc390a958390c75c01c57de0f2b3a2 Mon Sep 17 00:00:00 2001 From: Hilton Chiramel Date: Mon, 5 Dec 2022 22:29:12 +0530 Subject: [PATCH] #6074 --- modules/reference/pages/feature/jwt/examples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/feature/jwt/examples.adoc b/modules/reference/pages/feature/jwt/examples.adoc index 1da4c058a1..9887e3b7b0 100644 --- a/modules/reference/pages/feature/jwt/examples.adoc +++ b/modules/reference/pages/feature/jwt/examples.adoc @@ -2,7 +2,7 @@ === Configure the JWT consumer The following example shows how to configure the server for constructing a JSON Web Token (JWT) for an application. -For information about `jwtConsumer` attributes that you can configure, see onfig:jwtConsumer[display=JWT consumer]. +For information about `jwtConsumer` attributes that you can configure, see config:jwtConsumer[display=JWT consumer]. When you add the `jwt-1.0` feature and save your changes, Open Liberty adds the following default `jwtConsumer` element. [source, xml] ----