How to pass UPN (email) attribute to O365?

Kevin Foote kpfoote at uoregon.edu
Wed Jan 15 14:18:21 EST 2014


On Jan 15, 2014, at 10:04 AM, Akiko <akiko.simmons at tulsacc.edu> wrote:

You need to define a mail attribute.

> If we use CDATA[sAMAccountName=$requestContext.principalName), we are able
> to login to O365 with sAMAccoutName at tulsacc.edu (CWID at tulsacc.edu), but we
> really like to use email address to login.
> 
> I was searching this problem and I found out we may need to use Mapped
> Attribute Definition instead of Simple.

Mapped vs Simple only refers to how you are creating the attribute. 
If you have the email address stored in LDAP or such then just get it out of there.

If you have to “manufacture” an email address using the principal and a known domain then create it using the ad:Template or ad:Mapped def. Either way the creation is outlined on this page

<https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAddAttribute>

> I am new to Shibboleth and any help or comments will be appreciated.

Best place to start is docs.. (see link)


--------
thanks
 kevin.foote


More information about the users mailing list