diff options
author | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2013-11-19 16:31:12 +0000 |
---|---|---|
committer | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2013-11-19 16:31:12 +0000 |
commit | 01c2da75719865dae3f52ec58a1ad299b43007f7 (patch) | |
tree | 25b65128f0387f496ac3f54c93bb7f837dbd5ed9 /docs/simplesamlphp-reference-sp-remote.txt | |
parent | ee48c89df02281e24b4c47b042ef51bd2df05c93 (diff) | |
download | simplesamlphp-origin/simplesamlphp-1.11.zip simplesamlphp-origin/simplesamlphp-1.11.tar.gz simplesamlphp-origin/simplesamlphp-1.11.tar.bz2 |
Update documentation for 1.11 branch.origin/simplesamlphp-1.11
git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.11@3298 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'docs/simplesamlphp-reference-sp-remote.txt')
-rw-r--r-- | docs/simplesamlphp-reference-sp-remote.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/simplesamlphp-reference-sp-remote.txt b/docs/simplesamlphp-reference-sp-remote.txt index 9fbdcef..4d891bb 100644 --- a/docs/simplesamlphp-reference-sp-remote.txt +++ b/docs/simplesamlphp-reference-sp-remote.txt @@ -231,6 +231,18 @@ The following SAML 2.0 options are available: : Note that this option also exists in the IdP-hosted metadata. The value in the SP-remote metadata overrides the value in the IdP-hosted metadata. +`signature.algorithm` +: The algorithm to use when signing any message sent to this specific service provider. Defaults to RSA-SHA1. +: Note that this option also exists in the IdP-hosted metadata. + The value in the SP-remote metadata overrides the value in the IdP-hosted metadata. +: Possible values: + + * `http://www.w3.org/2000/09/xmldsig#rsa-sha1` + *Note*: the use of SHA1 is **deprecated** and will be disallowed in the future. + * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha256` + * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha384` + * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` + `simplesaml.nameidattribute` : When the value of the `NameIDFormat`-option is set to either `email` or `persistent`, this is the name of the attribute which |