From d2aace392eefd3fdf8ae0fe6fc64a01c3b09f420 Mon Sep 17 00:00:00 2001 From: Jon Dufresne <jon.dufresne@gmail.com> Date: Fri, 21 Jun 2019 02:30:02 -0700 Subject: [PATCH] Fix typo: "the the" (#1146) --- modules/saml/docs/sp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md index 6e1607e1c..6adcac0ef 100644 --- a/modules/saml/docs/sp.md +++ b/modules/saml/docs/sp.md @@ -217,9 +217,9 @@ Options When set to `TRUE`, no scoping elements will be sent. This does not comply with the SAML2 specification, but allows interoperability with ADFS which [does not support Scoping elements](https://docs.microsoft.com/en-za/azure/active-directory/develop/active-directory-single-sign-on-protocol-reference#scoping). -: Note that this option also exists in the IdP remote configuration. An - entry in the the IdP-remote metadata overrides this the option in the - SP configuration. +: Note that this option also exists in the IdP remote configuration. An entry + in the IdP-remote metadata overrides this the option in the SP + configuration. `discoURL` : Set which IdP discovery service this SP should use. -- GitLab