Skip to content
Snippets Groups Projects
Commit 9da6e50e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add documentation on attributeencodings to idp-hosted docs; Closes #1140

parent ce715d5e
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,25 @@ The following SAML 2.0 options are available:
: Note that this option can be set for each SP in the SP-remote metadata.
`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.
: Note that this option also exists in the SP-remote metadata, and
any value in the SP-remote metadata overrides the one configured
in the IdP metadata.
`attributes.NameFormat`
: What value will be set in the Format field of attribute
statements. This parameter can be configured multiple places, and
......
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