Skip to content
Snippets Groups Projects
Commit f368f177 authored by Hans Zandbelt's avatar Hans Zandbelt
Browse files

correct inline documentation on "redirect.sign" option

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1023 44740490-163a-0410-bde0-09ae8108e29a
parent ad79d6fa
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* *
* Optional Parameters: * Optional Parameters:
* - 'userid.attribute' * - 'userid.attribute'
* * - 'redirect.sign'
*/ */
......
...@@ -22,13 +22,12 @@ ...@@ -22,13 +22,12 @@
* - 'userid.attribute' * - 'userid.attribute'
* *
* Request signing * Request signing
* When redirect.sign is true the certificate of the sp * When redirect.sign is true the certificate of the IDP
* will be used to verify all messages received with the HTTPRedirect binding. * will be used to sign all messages sent with the HTTPRedirect binding.
* The certificate from the SP must be installed in the cert directory * The certificate from the IDP must be installed in the cert directory
* before verification can be done. * before signing can be done.
* *
* 'redirect.sign' => false, * 'redirect.sign' => false,
* 'certificate' => "saml2sp.example.org.crt"
* *
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment