开发者

Authentication for an external Sharepoint Web Part Page (SSO)

开发者 https://www.devze.com 2023-01-08 18:23 出处:网络
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?

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消