summaryrefslogtreecommitdiffstats
path: root/docs/simplesamlphp-reference-idp-hosted.txt
diff options
context:
space:
mode:
authorJaime Pérez Crespo <jaime.perez@uninett.no>2013-11-19 16:31:12 +0000
committerJaime Pérez Crespo <jaime.perez@uninett.no>2013-11-19 16:31:12 +0000
commit01c2da75719865dae3f52ec58a1ad299b43007f7 (patch)
tree25b65128f0387f496ac3f54c93bb7f837dbd5ed9 /docs/simplesamlphp-reference-idp-hosted.txt
parentee48c89df02281e24b4c47b042ef51bd2df05c93 (diff)
downloadsimplesamlphp-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-idp-hosted.txt')
-rw-r--r--docs/simplesamlphp-reference-idp-hosted.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/simplesamlphp-reference-idp-hosted.txt b/docs/simplesamlphp-reference-idp-hosted.txt
index b2d14ba..b2a708e 100644
--- a/docs/simplesamlphp-reference-idp-hosted.txt
+++ b/docs/simplesamlphp-reference-idp-hosted.txt
@@ -234,6 +234,16 @@ The following SAML 2.0 options are available:
any value in the SP-remote metadata overrides the one configured
in the IdP metadata.
+`signature.algorithm`
+: The algorithm to use when signing any message generated by this identity provider. Defaults to RSA-SHA1.
+: 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`
+
`validate.authnrequest`
: Whether we require signatures on authentication requests sent to this IdP.