An external hosted app can take the username and password in the querystring and auto login the user. How do I get these details from Sharepoint?
I know you can use SPContext.Current.Web.CurrentUser;
if the application is host开发者_开发技巧ed locally however it isn't.
How can we achieve single sign on from Sharepoint to the external 3rd party software?
精彩评论