Revision: 2216
Author: andreassolberg
Date: Tue Mar 9 00:03:30 2010
Log: Merge 2215 into 1.5. Warning on PKIX use
http://code.google.com/p/simplesamlphp/source/detail?r=2216
Modified:
/branches/simplesamlphp-1.4
/branches/simplesamlphp-1.5
/branches/simplesamlphp-1.5/docs/simplesamlphp-reference-idp-remote.txt
=======================================
--- /branches/simplesamlphp-1.5/docs/simplesamlphp-reference-idp-remote.txt
Mon Mar 8 05:38:34 2010
+++ /branches/simplesamlphp-1.5/docs/simplesamlphp-reference-idp-remote.txt
Tue Mar 9 00:03:30 2010
@@ -28,7 +28,7 @@
: Whether attributes received from this IdP should be base64 decoded.
The default is `FALSE`.
`caFile`
-: Alternative to specifying a certificate. Allows you to specify a file
with root certificates, and responses from the service be validated against
these certificates. Note that simpleSAMLphp doesn't support chains with any
itermediate certificates between the root and the certificate used to sign
the response.
+: Alternative to specifying a certificate. Allows you to specify a file
with root certificates, and responses from the service be validated against
these certificates. Note that simpleSAMLphp doesn't support chains with any
itermediate certificates between the root and the certificate used to sign
the response. Support for PKIX in SimpleSAMLphp is experimental, and we
encourage users to not rely on PKIX for validation of signatures; for
background information review [the SAML 2.0 Metadata Interoperability
Profile](http://docs.oasis-open.org/security/saml/Post2.0/sstc-metadata-iop-cd-01.pdf).
`certData`
: The base64 encoded certificate for this IdP. This is an alternative to
storing the certificate in a file on disk and specifying the filename in
the `certificate`-option.
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.