Skip to content
Snippets Groups Projects
Commit f5cf1ce4 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Merge pull request #178 from dtsosie/master

Add documentation to sp-remote for signature.certificate
parents e8d546af a75fc88c
No related branches found
No related tags found
No related merge requests found
...@@ -257,6 +257,10 @@ The following SAML 2.0 options are available: ...@@ -257,6 +257,10 @@ The following SAML 2.0 options are available:
: Passphrase for the private key. Leave this option out if the private key is unencrypted. : Passphrase for the private key. Leave this option out if the private key is unencrypted.
: Note that this option only is used if `signature.privatekey` is present. : Note that this option only is used if `signature.privatekey` is present.
`signature.certificate`
: Certificate file included by IdP for KeyInfo within the signature for the SP, in PEM format. The filename is relative to the cert/-directory.
: If `signature.privatekey` is present and `signature.certificate` is left blank, X509Certificate will not be included with the signature.
`simplesaml.nameidattribute` `simplesaml.nameidattribute`
: When the value of the `NameIDFormat`-option is set to either : When the value of the `NameIDFormat`-option is set to either
`email` or `persistent`, this is the name of the attribute which `email` or `persistent`, this is the name of the attribute which
......
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