Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

AM Google Apps based on EPPN

Remold edited this page Jul 31, 2015 · 1 revision
if (isset($attributes) and ($attributes !== FALSE)) {
 
    if (!empty($attributes['urn:mace:dir:attribute-def:eduPersonPrincipalName'][0])) {
            $subjectId = $attributes['urn:mace:dir:attribute-def:eduPersonPrincipalName'][0];
    }
 
}
Clone this wiki locally