Skip to content
Snippets Groups Projects
Commit cdef0874 authored by Olav Morken's avatar Olav Morken
Browse files

Document SingleLogoutServiceResponse and attributeencodings.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1461 44740490-163a-0410-bde0-09ae8108e29a
parent d9f531e6
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,11 @@ The following SAML 2.0 options are available:
this SP. If the option isn't specified, this SP will not be logged
out automatically when a single logout operation is initialized.
`SingleLogoutServiceResponse`
: The URL logout responses to this SP should be sent. If this option
is unspecified, the `SingleLogoutService` endpoint will be used as
the recipient of logout responses.
`SPNameQualifier`
: SP NameQualifier for this SP. If not set, the IdP will set the
SPNameQualifier to be the SP entity ID.
......@@ -177,6 +182,21 @@ The following SAML 2.0 options are available:
: Whether the SP should receive any attributes from the IdP. The
default value is `TRUE`.
`attributeencodings`
: What encoding should be used for the different attributes. This is
an array which maps attribute names to attribute encodings. There
are three different encodings:
: - `string`: Will include the attribute as a normal string. This is
the default.
: - `base64`: Store the attribute as a base64 encoded string. This
is the default when the `base64attributes`-option is set to
`TRUE`.
: - `raw`: Store the attribute without any modifications. This
makes it possible to include raw XML in the response.
### Encrypting assertions
......
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