From 5800fc15f3b857a64df3970c374a597cb3183bc8 Mon Sep 17 00:00:00 2001 From: patriot1burke Date: Mon, 6 Jun 2016 09:49:56 -0400 Subject: [PATCH 1/2] Update topics/clients/client-saml.adoc --- topics/clients/client-saml.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 topics/clients/client-saml.adoc diff --git a/topics/clients/client-saml.adoc b/topics/clients/client-saml.adoc old mode 100755 new mode 100644 index 8104d6d2a7..d0a991b402 --- a/topics/clients/client-saml.adoc +++ b/topics/clients/client-saml.adoc @@ -99,7 +99,7 @@ Root URL:: Valid Redirect URIs:: This is an optional field. Enter in a URL pattern and click the + sign to add. Click the - sign next to URLs you want to remove. Remember that you still have to click the `Save` button! - Wildcards (*) are only allowed at the end of of a URI, i.e. http://host.com/*. This field is used when the exact SAML + Wildcards (\*) are only allowed at the end of of a URI, i.e. http://host.com/*. This field is used when the exact SAML endpoints are not registered and {{book.project.name}} is pull the Assertion Consumer URL from the request. Base URL:: From eb463dfeee0763c545442071d93548249aa7699e Mon Sep 17 00:00:00 2001 From: patriot1burke Date: Mon, 6 Jun 2016 09:56:38 -0400 Subject: [PATCH 2/2] Update topics/user-federation/ldap.adoc --- topics/user-federation/ldap.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 topics/user-federation/ldap.adoc diff --git a/topics/user-federation/ldap.adoc b/topics/user-federation/ldap.adoc old mode 100755 new mode 100644 index 56109a79d9..0b20e7998a --- a/topics/user-federation/ldap.adoc +++ b/topics/user-federation/ldap.adoc @@ -57,7 +57,7 @@ When you configure a secured connection URL to your LDAP store(for example `ldap The important thing is to properly configure a truststore on the {{book.project.name}} server side, because SSL won't work if {{book.project.name}} can't trust the SSL connection with LDAP ({{book.project.name}}. -The global truststore for the {{book.project.name}} can be configured with Truststore SPI. Please check out the link:{{book.installguide.link}}[book.installguide.name}}] for more detail. +The global truststore for the {{book.project.name}} can be configured with Truststore SPI. Please check out the link:{{book.installguide.link}}[{{book.installguide.name}}] for more detail. If you don't configure truststore SPI, the truststore will fallback to the default mechanism provided by Java (either the file provided by system property `javax.net.ssl.trustStore` or the cacerts file from JDK if the system property is not set).