Skip to content
Snippets Groups Projects

Chore: replace EPPN with email

Merged Andy Summers requested to merge andrew-summers/uw-php-security:uwmsn-email into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,7 +40,7 @@ class PreauthUserDetailsProvider extends UserDetailsProvider
getenv($this->mapAttribute(static::PVI)),
getenv($this->mapAttribute(static::FULL_NAME)),
explode(static::DELIMITER, getenv($this->mapAttribute(static::UDDS))),
getenv($this->mapAttribute(static::EPPN)),
getenv($this->mapAttribute(static::EMAIL)),
getenv($this->mapAttribute(static::SOURCE)),
getenv($this->mapAttribute(static::ISIS_EMPLID)),
getenv($this->mapAttribute(static::FIRST_NAME)),
@@ -52,7 +52,7 @@ class PreauthUserDetailsProvider extends UserDetailsProvider
getenv(static::PVI),
getenv(static::FULL_NAME),
getenv(static::UDDS),
getenv(static::EPPN),
getenv(static::EMAIL),
getenv(static::SOURCE),
getenv(static::ISIS_EMPLID),
getenv(static::FIRST_NAME),
Loading