How to get logged in User info on SP

Atul Bhagwat atulabhagwat at gmail.com
Thu Nov 13 14:08:19 EST 2014


Hi,
After successful authentication with IDP, I want to show info of currently
loggedin user on my SP application.
Is there any configuration I am missing. I am connecting through LDAP:

 <resolver:DataConnector id="myLDAP" xsi:type="dc:LDAPDirectory"
        ldapURL="ldap://127.0.0.1:389"
        baseDN="ou=people,dc=example,dc=com"
        principal="cn=Directory Manager"
        principalCredential="****">
        <dc:FilterTemplate>
            <![CDATA[
                (uid=$requestContext.principalName)
            ]]>
        </dc:FilterTemplate>

    </resolver:DataConnector>

Any help would be great form me,

-Atul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20141113/a6acb03e/attachment.html 


More information about the users mailing list