ssp

Single Page Login

时光毁灭记忆、已成空白 提交于 2019-12-11 13:54:12
问题 I have three separate .aspx pages that handle, logging in, creating a user, and reseting a password. What i want ot do is merged them all into my default.aspx pag and by utilizing panels hide the main content if the user isn't autheticate. So my Page_Load wil look something similar to this: Page_Load { if (User.IsAutheticated) { this.pnlLoggedIn.Visible = true; } else { this.pnlNotLoggedIn.Visible = true; } My WebConfig, currently holds these values to authenticating a users: <location path=

Security trimming in search web service

一个人想着一个人 提交于 2019-12-08 09:50:48
问题 I have a web application which consumes the SharePoint 2007 search web service ( http://localhost/_vti_bin/search.asmx ). My scope contains several content sources, all of them contain business data (content is crawled via SQL queries on external databases). I need one of these content sources to provide me security trimmed results. To put it simple, I have two tables: Table A with contents: NodeId, Title, Content Table B with permissions: NodeId, Username Now, the crawler indexes table A