Questions tagged [security-trimming]
21 questions
0
votes
1 answer
Sharepoint 2013 search result Security trimminng
I found that security trimming in search result behavior differently in sharepoint 2013 with 2010, In 2010, search result automatically trimmed if current user has no permission to read the document, while in 2013, all the result showed up even if…

Wiki
- 1
- 3
0
votes
1 answer
How to change the URL that securitytrimming will redirect the user to?
I have menu items Home, About, and Contact. I only want Home to be accessible by Anon users, and About/Contact to be accessible by authenticated users. This works great using a Sitemap and using SecurityTrimming. My issue is that it seems when an…

Josh McKearin
- 742
- 4
- 19
- 42
0
votes
1 answer
Security trimming in search web service
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…

lukasz
- 311
- 4
- 17
0
votes
1 answer
Menu link security trimming
I am having a problem with security trimming of menu links provided by the sitemap. If I set securityTrimmingEnabled="false", my menu works but there's no security trimming. If I set securityTrimmingEnabled="true", my menu just disappears. How can I…

brsgrlr
- 63
- 1
- 10
0
votes
2 answers
Sitemap security trimming using roles attributes only, and not allow/deny rules elsewhere
I am aware that the tag has the "roles" attribute to make up for the nodes that don't have the "url" attribute, which can be resolved in other ways. I'm not interested in these other ways, though, I'd like to have all my permissions set in my…

Liz Av
- 2,864
- 1
- 25
- 35
0
votes
2 answers
How to use Custom SiteMapProvider in ASP NET MVC?
I am currently trying to implement a Custom SiteMap Provider. I have read several tutorials about it, and followed their lead.
I have created a subclass of XmlSiteMapProvider named MySiteMapProvider which is located in MyProject.Security.
I have…

ckonig
- 1,234
- 2
- 17
- 29