Sharepoint UserProfileService
Posted
by user365984
on Stack Overflow
See other posts from Stack Overflow
or by user365984
Published on 2010-06-14T02:50:26Z
Indexed on
2010/06/14
2:52 UTC
Read the original article
Hit count: 206
I've got a sharepoint site and a custom aspx portal, both under Windows Authentication. With the same machine, it happens that my sharepoint site returning me my current login, while my custom aspx returning me my domain admin account instead.
Is there anyway that I could ensure both logins are the same? Otherwise, is there anyway to consume SPUserProfileService from a custom aspx portal?
Mainly, I need to have the custom aspx portal to get sharepoint logon id. Nevertheless, i could still trigger AccessDenied.aspx in sharepoint to prompt for logins.
© Stack Overflow or respective owner