ECP Practical issue

lalith jayaweera j_lalith at hotmail.com
Wed Nov 4 00:07:58 EST 2015


 Hi,
 
as we know in apache for standard basic ECP configuration we got the below block in apache to authenticate against LDAP.
 
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 mysamplename at test.x.y.z only mysamplename because the username for below block, which is not the full email.
 
Given that password is same as UPN, and considering test.x.y.z is a constant for all the students, is there any way to still use below email to authenticate.
 
Even though not a direct shib question, I thought some may have encountered the same issue in ship-office 365 integration.
 
  <Location /idp/profile/SAML2/SOAP/ECP>
                AuthType Basic
                AuthName "ECP profile"
                AuthzLDAPAuthoritative Off
                AuthBasicProvider ldap
                AuthLDAPURL "ldap://sampleldap.ext1/dc=x,dc=y,dc=z?mail"
                AuthLDAPBindDN "cn=testadmin,cn=testadmin,cn=config"
                AuthLDAPBindPassword "samplepassword1"
                Require valid-user
    </Location>
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20151104/c2e94b70/attachment-0001.html>


More information about the users mailing list