From d6eb802a6609d2ca1e56bd86cb85c42774188641 Mon Sep 17 00:00:00 2001 From: Kohei Tamura Date: Sat, 13 Apr 2019 23:07:33 +0900 Subject: [PATCH] Fix an incorrect image title and typos --- server_admin/topics/clients/oidc/confidential.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_admin/topics/clients/oidc/confidential.adoc b/server_admin/topics/clients/oidc/confidential.adoc index 6ef1ef770d..0b461a50bf 100644 --- a/server_admin/topics/clients/oidc/confidential.adoc +++ b/server_admin/topics/clients/oidc/confidential.adoc @@ -39,8 +39,8 @@ There are multiple formats you can import from, just choose the archive format y select the file, and click the `Import` button. Finally note that you don't even need to import certificate if you choose to `Use JWKS URL` . In that case, you can provide the URL where -client publishes it's public key in https://self-issued.info/docs/draft-ietf-jose-json-web-key.html[JWK] format. This is flexible because when -client changes it's keys, {project_name} will automatically download them without need to re-import anything on {project_name} side. +client publishes its public key in https://self-issued.info/docs/draft-ietf-jose-json-web-key.html[JWK] format. This is flexible because when +client changes its keys, {project_name} will automatically download them without need to re-import anything on {project_name} side. If you use client secured by {project_name} adapter, you can configure the JWKS URL like https://myhost.com/myapp/k_jwks assuming that https://myhost.com/myapp is the root URL of your client application. See link:{developerguide_link}[{developerguide_name}] for additional details. @@ -61,7 +61,7 @@ By enabling this option {project_name} will validate if the client uses proper X NOTE: This option requires mutual TLS in {project_name}, see <<_enable-mtls-wildfly, Enable mutual SSL in WildFly>>. -.Import Certificate +.X509 Certificate image:{project_images}/x509-client-auth.png[] The validator checks also the certificate's Subject DN field with configured regexp validation expression. For some