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

saml: Small fixes for saml:nameid documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2376 44740490-163a-0410-bde0-09ae8108e29a
parent 802b4aee
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ The following filters are included in the simpleSAMLphp distribution: ...@@ -142,7 +142,7 @@ The following filters are included in the simpleSAMLphp distribution:
- [`core:TargetedID`](./core:authproc_targetedid): Generate the `eduPersonTargetedID` attribute. - [`core:TargetedID`](./core:authproc_targetedid): Generate the `eduPersonTargetedID` attribute.
- [`core:WarnShortSSOInterval`](./core:authproc_warnshortssointerval): Give a warning if the user logs into the same SP twice within a few seconds. - [`core:WarnShortSSOInterval`](./core:authproc_warnshortssointerval): Give a warning if the user logs into the same SP twice within a few seconds.
- [`preprodwarning:Warning`](./preprodwarning:warning): Warn the user about accessing a test IdP. - [`preprodwarning:Warning`](./preprodwarning:warning): Warn the user about accessing a test IdP.
- [`saml:AttributeNameID`](./saml:nameid): Generate custon NameID with the value of an attribute. - [`saml:AttributeNameID`](./saml:nameid): Generate custom NameID with the value of an attribute.
- [`saml:PersistentNameID`](./saml:nameid): Generate persistent NameID from an attribute. - [`saml:PersistentNameID`](./saml:nameid): Generate persistent NameID from an attribute.
- [`saml:TransientNameID`](./saml:nameid): Generate transient NameID. - [`saml:TransientNameID`](./saml:nameid): Generate transient NameID.
......
...@@ -75,7 +75,7 @@ This example makes three NameIDs available: ...@@ -75,7 +75,7 @@ This example makes three NameIDs available:
), ),
3 => array( 3 => array(
'class' => 'saml:AttributeNameID', 'class' => 'saml:AttributeNameID',
'attribute' => 'eduPersonPrincipalName', 'attribute' => 'mail',
'Format' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress', 'Format' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
), ),
), ),
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