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

Update documentation for 1.11.0 tag.

git-svn-id: https://simplesamlphp.googlecode.com/svn/tags/simplesamlphp-1.11.0@3299 44740490-163a-0410-bde0-09ae8108e29a
parent 2b85dc02
Branches
Tags
No related merge requests found
...@@ -234,6 +234,16 @@ The following SAML 2.0 options are available: ...@@ -234,6 +234,16 @@ The following SAML 2.0 options are available:
any value in the SP-remote metadata overrides the one configured any value in the SP-remote metadata overrides the one configured
in the IdP metadata. 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` `validate.authnrequest`
: Whether we require signatures on authentication requests sent to this IdP. : Whether we require signatures on authentication requests sent to this IdP.
......
...@@ -142,6 +142,18 @@ The following SAML 2.0 options are available: ...@@ -142,6 +142,18 @@ The following SAML 2.0 options are available:
`SingleLogoutServiceResponse` `SingleLogoutServiceResponse`
: Endpoint URL for logout responses. Overrides the `SingleLogoutService`-option for responses. : Endpoint URL for logout responses. Overrides the `SingleLogoutService`-option for responses.
`signature.algorithm`
: The algorithm to use when signing any message sent to this specific identity provider. Defaults to RSA-SHA1.
: Note that this option also exists in the SP configuration.
This value in the IdP remote metadata overrides the value in the SP configuration.
: 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`
`SPNameQualifier` `SPNameQualifier`
: This corresponds to the SPNameQualifier in the SAML 2.0 specification. It allows to give subjects a SP specific namespace. This option is rarely used, so if you don't need it, leave it out. When left out, simpleSAMLphp assumes the entityID of your SP as the SPNameQualifier. : This corresponds to the SPNameQualifier in the SAML 2.0 specification. It allows to give subjects a SP specific namespace. This option is rarely used, so if you don't need it, leave it out. When left out, simpleSAMLphp assumes the entityID of your SP as the SPNameQualifier.
......
...@@ -231,6 +231,18 @@ The following SAML 2.0 options are available: ...@@ -231,6 +231,18 @@ The following SAML 2.0 options are available:
: Note that this option also exists in the IdP-hosted metadata. : 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. 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` `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
......
...@@ -388,6 +388,16 @@ Options ...@@ -388,6 +388,16 @@ Options
: *Note*: SAML 2 specific. : *Note*: SAML 2 specific.
`signature.algorithm`
: The algorithm to use when signing any message generated by this service 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`
`redirect.sign` `redirect.sign`
: Whether authentication requests, logout requests and logout responses sent from this SP should be signed. The default is `FALSE`. : Whether authentication requests, logout requests and logout responses sent from this SP should be signed. The default is `FALSE`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment