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

core:docs:TargetedID: Change example to use oid attribute name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2355 44740490-163a-0410-bde0-09ae8108e29a
parent 5b2e7f16
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,13 @@ Internet2 compatible `eduPersontargetedID`: ...@@ -51,8 +51,13 @@ Internet2 compatible `eduPersontargetedID`:
'class' => 'core:TargetedID', 'class' => 'core:TargetedID',
'nameId' => TRUE, 'nameId' => TRUE,
), ),
90 => array(
'class' => 'core:AttributeMap',
'name2oid',
),
), ),
'AttributeNameFormat' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
'attributeencodings' => array( 'attributeencodings' => array(
'eduPersonTargetedID' => 'raw', 'urn:oid:1.3.6.1.4.1.5923.1.1.1.10' => 'raw', /* eduPersonTargetedID with oid NameFormat. */
), ),
); );
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