Skip to content

Commit a804858

Browse files
authored
Merge pull request #195 from OpenLiberty/staging
Merge staging to prod - add a doc link (#194)
2 parents 659ee91 + 8bcace3 commit a804858

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2022 IBM Corporation and others.
1+
// Copyright (c) 2018, 2023 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -279,7 +279,7 @@ microprofile-config.properties
279279
include::finish/system/src/main/webapp/META-INF/microprofile-config.properties[]
280280
----
281281

282-
The following table breaks down the new properties:
282+
The following table breaks down some of the properties:
283283

284284
[cols="<30%,<70%", options="header"]
285285
|===
@@ -292,6 +292,8 @@ The following table breaks down the new properties:
292292
| [hotspot=algorithm file=0]`mp.jwt.verify.publickey.algorithm` | With this property, you can control the Public Key Signature Algorithm that is supported by the MicroProfile JWT endpoint. The default value is RS256. Previously, this configuration was included in the `server.xml` file.
293293
|===
294294

295+
For more information about these and other JWT properties, see the https://openliberty.io/docs/latest/microprofile-config-properties.html#jwt[MicroProfile Config properties for MicroProfile JSON Web Token documentation^].
296+
295297
Next, add the MicroProfile JSON Web Token feature to the server configuration file for the `system` service.
296298

297299
[role="code_command hotspot file=1", subs="quotes"]

0 commit comments

Comments
 (0)