From 67b255bb94f07a6cc4163a568a85c175c424f48e Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Tue, 20 Nov 2018 15:29:13 +0000 Subject: [PATCH] we do not send authnrequests to SPs --- docs/simplesamlphp-reference-sp-remote.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/simplesamlphp-reference-sp-remote.md b/docs/simplesamlphp-reference-sp-remote.md index 51b5df4e5..6d858beb9 100644 --- a/docs/simplesamlphp-reference-sp-remote.md +++ b/docs/simplesamlphp-reference-sp-remote.md @@ -174,8 +174,7 @@ The following SAML 2.0 options are available: `FALSE`. `NameIDFormat` -: The `NameIDFormat` this SP should receive. This may be specified as either a string or an array, but if an array - is given, the first format specified will be the one requested during an authentication request. +: The `NameIDFormat` this SP should receive. This may be specified as either a string or an array. : The three most commonly used values are: -- GitLab