From f368f177141bde754f7620253327ca4df388e8d9 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt <hans.zandbelt@surfnet.nl> Date: Mon, 24 Nov 2008 12:48:20 +0000 Subject: [PATCH] correct inline documentation on "redirect.sign" option git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1023 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-idp-hosted.php | 2 +- metadata-templates/saml20-sp-remote.php | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/metadata-templates/saml20-idp-hosted.php b/metadata-templates/saml20-idp-hosted.php index 869e323e9..68796e1f3 100644 --- a/metadata-templates/saml20-idp-hosted.php +++ b/metadata-templates/saml20-idp-hosted.php @@ -13,7 +13,7 @@ * * Optional Parameters: * - 'userid.attribute' - * + * - 'redirect.sign' */ diff --git a/metadata-templates/saml20-sp-remote.php b/metadata-templates/saml20-sp-remote.php index 8ff768f10..6a07924f6 100644 --- a/metadata-templates/saml20-sp-remote.php +++ b/metadata-templates/saml20-sp-remote.php @@ -22,13 +22,12 @@ * - 'userid.attribute' * * Request signing - * When redirect.sign is true the certificate of the sp - * will be used to verify all messages received with the HTTPRedirect binding. - * The certificate from the SP must be installed in the cert directory - * before verification can be done. + * When redirect.sign is true the certificate of the IDP + * will be used to sign all messages sent with the HTTPRedirect binding. + * The certificate from the IDP must be installed in the cert directory + * before signing can be done. * * 'redirect.sign' => false, - * 'certificate' => "saml2sp.example.org.crt" * */ -- GitLab