Skip to content
Snippets Groups Projects
Commit e29606fb authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

adding warning about PKIX

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2215 44740490-163a-0410-bde0-09ae8108e29a
parent f64b50f2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ The following options are common between both the SAML 2.0 protocol and Shibbole
: 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.
......
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