ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
windowslive2name.php
Go to the documentation of this file.
1
<?
php
2
$attributemap
= array(
3
4
// Generated Windows Live ID Attributes
5
'windowslive_user'
=>
'eduPersonPrincipalName'
,
// uid @ windowslive.com
6
'windowslive_targetedID'
=>
'eduPersonTargetedID'
,
// http://windowslive.com!uid
7
'windowslive_uid'
=>
'uid'
,
// windows live id
8
'windowslive_mail'
=>
'mail'
,
9
// Attributes Returned by Windows Live ID
10
'windowslive.FirstName'
=>
'givenName'
,
11
'windowslive.LastName'
=>
'sn'
,
12
'windowslive.Location'
=>
'l'
,
13
// Attributes returned by Microsoft Graph - http://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/user
14
'windowslive.givenName'
=>
'givenName'
,
15
'windowslive.surname'
=>
'sn'
,
16
'windowslive.displayName'
=>
'displayName'
,
17
'windowslive.id'
=>
'uid'
,
18
'windowslive.userPrincipalName'
=>
'eduPersonPrincipalName'
,
19
'windowslive.mail'
=>
'mail'
,
20
'windowslive.preferredLanguage'
=>
'preferredLanguage'
,
21
22
);
$attributemap
$attributemap
Definition:
windowslive2name.php:2
php
libs
composer
vendor
simplesamlphp
simplesamlphp
attributemap
windowslive2name.php
Generated on Thu Jan 30 2025 19:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)