first commit
This commit is contained in:
22
plugins/simplesaml/lib/attributemap/windowslive2name.php
Normal file
22
plugins/simplesaml/lib/attributemap/windowslive2name.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
$attributemap = [
|
||||
|
||||
// Generated Windows Live ID Attributes
|
||||
'windowslive_user' => 'eduPersonPrincipalName', // uid @ windowslive.com
|
||||
'windowslive_targetedID' => 'eduPersonTargetedID', // http://windowslive.com!uid
|
||||
'windowslive_uid' => 'uid', // windows live id
|
||||
'windowslive_mail' => 'mail',
|
||||
// Attributes Returned by Windows Live ID
|
||||
'windowslive.FirstName' => 'givenName',
|
||||
'windowslive.LastName' => 'sn',
|
||||
'windowslive.Location' => 'l',
|
||||
// Attributes returned by Microsoft Graph - http://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/user
|
||||
'windowslive.givenName' => 'givenName',
|
||||
'windowslive.surname' => 'sn',
|
||||
'windowslive.displayName' => 'displayName',
|
||||
'windowslive.id' => 'uid',
|
||||
'windowslive.userPrincipalName' => 'eduPersonPrincipalName',
|
||||
'windowslive.mail' => 'mail',
|
||||
'windowslive.preferredLanguage' => 'preferredLanguage',
|
||||
|
||||
];
|
Reference in New Issue
Block a user