<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'> Hi,<br> <br>as we know in apache for standard basic ECP configuration we got the below block in apache to authenticate against LDAP.<br> <br>However my question is, when ECP works with Office365, only local part of UPN becomes the username for ECP, that is if my UPN is <a href="mailto:mysamplename@test.x.y.z"><font color="#0072c6">mysamplename@test.x.y.z</font></a> only <a class="ecxc_nobdr ecxt_prs" href="mailto:mysamplename@test.x.y.z"><font color="#0072c6">mysamplename</font></a> because the username for below block, which is not the full email.<br> <br>Given that password is same as UPN, and considering <u><font color="#0066cc">test.x.y.z</font></u> is a constant for all the students, is there any way to still use below email to authenticate.<br> <br>Even though not a direct shib question, I thought some may have encountered the same issue in ship-office 365 integration.<br> <br>  <Location /idp/profile/SAML2/SOAP/ECP><br>                AuthType Basic<br>                AuthName "ECP profile"<br>                AuthzLDAPAuthoritative Off<br>                AuthBasicProvider ldap<br>                AuthLDAPURL "<a target="_blank"><font color="#0072c6">ldap://sampleldap.ext1/dc=x,dc=y,dc=z?mail</font></a>"<br>                AuthLDAPBindDN "cn=testadmin,cn=testadmin,cn=config"<br>                AuthLDAPBindPassword "samplepassword1"<br>                Require valid-user<br>    </Location><br>                                      </div></body>
</html>