ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
myspace2name.php
Go to the documentation of this file.
1
<?php
2
$attributemap
=
array
(
3
4
// See http://developerwiki.myspace.com/index.php?title=People_API for attributes
5
6
// Generated MySpace Attributes
7
'myspace_user'
=>
'eduPersonPrincipalName'
,
// username OR uid @ myspace.com
8
'myspace_targetedID'
=>
'eduPersonTargetedID'
,
// http://myspace.com!uid
9
'myspace_username'
=>
'uid'
,
// myspace username (maybe numeric uid)
10
11
// Attributes Returned by MySpace
12
'myspace.name.givenName'
=>
'givenName'
,
13
'myspace.name.familyName'
=>
'sn'
,
14
'myspace.displayName'
=>
'displayName'
,
15
'myspace.profileUrl'
=>
'labeledURI'
,
16
);
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$attributemap
$attributemap
Definition:
myspace2name.php:2
libs
composer
vendor
simplesamlphp
simplesamlphp
attributemap
myspace2name.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)