From 664ab371f443c738b6b18025d5786be4c4b52a97 Mon Sep 17 00:00:00 2001 From: Ed Thorne Date: Sat, 13 May 2023 19:51:14 -0500 Subject: [PATCH 1/2] Fix table formatting --- docs/config/io_helidon_microprofile_jwt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/io_helidon_microprofile_jwt.adoc b/docs/config/io_helidon_microprofile_jwt.adoc index fbf1bd84b9a..268e51338f0 100644 --- a/docs/config/io_helidon_microprofile_jwt.adoc +++ b/docs/config/io_helidon_microprofile_jwt.adoc @@ -61,7 +61,7 @@ an important distinction when more than one provider is used |`atn-token.handler.prefix`|string |{nbsp} |Prefix before the token value (optional) |`atn-token.handler.regexp`|string |{nbsp} |Regular expression to obtain the token, first matching group is used (optional) |`sign-token`|string |{nbsp} |A group for configuring outbound security -|`sign-token.jwk.resource.*` |{nbsp} |Configuration of the JWK to use when generating tokens (follows same rules as atn-token.jwk above), this JWK must contain private keys when using asymmetric ciphers +|`sign-token.jwk.resource.*`|string |{nbsp} |Configuration of the JWK to use when generating tokens (follows same rules as atn-token.jwk above), this JWK must contain private keys when using asymmetric ciphers |`sign-token.jwt-issuer`|string |{nbsp} |When we issue a new token, this is the issuer to be placed into it (validated by target service) |`sign-token.outbound`|string |{nbsp} |A group for configuring outbound rules (based on transport, host and.or path) |`sign-token.outbound.*.name`|string |{nbsp} |A short descriptive name for configured target service(s) From 649881ac409b2b9ffe294479060df2af22477a46 Mon Sep 17 00:00:00 2001 From: Ed Thorne Date: Tue, 30 May 2023 13:57:53 -0500 Subject: [PATCH 2/2] Fix copyright --- docs/config/io_helidon_microprofile_jwt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/io_helidon_microprofile_jwt.adoc b/docs/config/io_helidon_microprofile_jwt.adoc index 268e51338f0..109bc2feaf8 100644 --- a/docs/config/io_helidon_microprofile_jwt.adoc +++ b/docs/config/io_helidon_microprofile_jwt.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2022 Oracle and/or its affiliates. + Copyright (c) 2022, 2023 Oracle and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.