Revision: 3036
Author: olavmrk
Date: Mon Mar 5 22:48:55 2012
Log: docs: Add better description for simplesaml.nameidattribute.
(Also fixes a couple of formatting errors.)
Thanks to Thijs Kinkhorst for providing this patch.
http://code.google.com/p/simplesamlphp/source/detail?r=3036
Modified:
/trunk/docs/simplesamlphp-reference-sp-remote.txt
=======================================
--- /trunk/docs/simplesamlphp-reference-sp-remote.txt Tue Sep 6 05:02:33
2011
+++ /trunk/docs/simplesamlphp-reference-sp-remote.txt Mon Mar 5 22:48:55
2012
@@ -206,14 +206,14 @@
unset.)
`saml20.sign.response`
-: Whether `<samlp:Response> messages should be signed.
+: Whether `<samlp:Response>` messages should be signed.
Defaults to `TRUE`.
: 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.
`saml20.sign.assertion`
-: Whether `<saml:Assertion> elements should be signed.
+: Whether `<saml:Assertion>` elements should be signed.
Defaults to `TRUE`.
: Note that this option also exists in the IdP-hosted metadata.
@@ -222,7 +222,11 @@
`simplesaml.nameidattribute`
: When the value of the `NameIDFormat`-option is set to either
`email` or `persistent`, this is the name of the attribute which
- should be used as the value of the `NameID`.
+ should be used as the value of the `NameID`. The attribute must
+ be in the set of attributes exported to the SP (that is, be in
+ the `attributes` array). For more advanced control over `NameID`,
+ including the ability to specify any attribute regardless of
+ the set sent to the SP, see the [NameID processing
filters](./saml:nameid).
: Typical values can be `mail` for when using the `email` format,
and `eduPersonTargetedID` when using the `persistent` format.
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.