MySite Newsfeed: Follow without Permission

Users can see Newsfeeds from pages they follow even without access permission to the page.
When a user follows a page and afterwards his access permission is revoked he can still see all old and new messages of this site.
I found this technet article: technet.microsoft.com/en-us/library/dn167721.aspx
If a user’s permission to a URL changes from access granted to access denied within the long TTL cached period, the feed item will still appear in the user’s feed. However, the user will be unable to open the URL because SharePoint security prevents users
from accessing information that they do not have permission to. After the long TTL period expires, the security trimming process repeats and the cached item will be updated to access denied so the feed item no longer appears.
I tried to fix this by setting the "SecTrimCacheMaxTTLMinutes" to one hour but the new and old messages still appear 10 hours later.
Is this a known Newsfeed bug or could it be a problem with the "User Profile service application"?

Hi,
According to your description, my understanding is that you want the news feeder item disappear if the user permission has been removed of a page.
Per the article, if the access change from access granted to the access denied, as the TTL cacheed period affects, it will still appear in the newsfeeder. Security Trimmer will check if the access status to set the TTL minutes value, so it appear again even
if you have changed the default long TTL value.
I suggest you can try to disable the SecTrimCacheEnabled to false
to see if the newsfeeder can  refresh immediately.
$upa = Get-SPServiceApplication | where {$_.TypeName -Like "User Profile Service Application"}
$upa.SecTrimCacheEnabled = False
$upa.Update()
Thanks
Best Regards,
Jerry Guo
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • MySite NewsFeed is not showing the feeds from a SharePoint 2013 site which followed programmatically

    Hi Experts,
    I am facing an issue with following SharePoint 2013 site programmatically. When i was followed a site programmatically, unable to see the posts from followed site in MySite NewsFeed. But i can able to see the followed site in the list of sites i am following.
    If i did the same manually by clicking on Follow link on right top of the site, i can able to see the posts from the followed site in MySite NewsFeed.
    Here is my code. I am doing this activity in an event receiver, while adding an user to the site. 
                                SPSocialFollowingManager manager = new SPSocialFollowingManager(profile);
                                SPSocialActorInfo actorInfo = new SPSocialActorInfo();
                                actorInfo.ContentUri = new Uri(properties.Web.Url);
                                actorInfo.AccountName = targetUser.LoginName;
                                actorInfo.ActorType = SPSocialActorType.Site;
                                manager.Follow(actorInfo);
    Any help would be appreciated. Thanks in advance!
    dinesh

    Hi,
    According to your description, my understanding is that you want to follow site programmatically in SharePoint 2013.
    I suggest you debug the code step by step to check whether the variable is valid.
    You can also create a simple console application to test whether it works.
    Here is a code snippet for your reference:
    SPServiceContext serverContext = SPServiceContext.GetContext(web.Site);
    UserProfileManager profileManager = new UserProfileManager(serverContext);
    string userString = user.LoginName.ToString();
    UserProfile userProfile = profileManager.GetUserProfile(userString);
    if (userProfile != null)
    SPSocialFollowingManager manager = new
    SPSocialFollowingManager(userProfile);
    SPSocialActorInfo actorInfo = new SPSocialActorInfo();
    actorInfo.ContentUri = new Uri(web.Url);
    actorInfo.AccountName = user.LoginName;
    actorInfo.ActorType = SPSocialActorType.Site;
    manager.Follow(actorInfo);
    More detailed information about follow site programmatically:
    http://stackoverflow.com/questions/23271133/how-do-i-follow-site-in-sharepoint-2013-with-ssom
    http://msdn.microsoft.com/en-us/library/office/jj163217(v=office.15).aspx
    Best regards,
    ZhengyuGuo
    Zhengyu Guo
    TechNet Community Support

  • Excel VBA to access sharepoint list without permission

    Hi,
    I do find solution to retrieve the SharePoint list from excel VBA but my problem now is on the SharePoint permission to the list.
    I am developing this solution in excel because i don't want the particular user to access the list direct from the portal because the list contains some unique and confidential data. So what i did was created a new view in the portal with selected column
    and i connect to the view from excel. So every time the user want to retrieve the data, he can run macro to refresh the data in the excel.
    When i run the macro it can generate the list because i do have permission but if i run the same macro on the person machine, excel request for username and password because he don't have the permission to the list.
    Are there any work around to allow the user to generate the data in excel without permission to the SharePoint list.
    Thanks for the help.

    I've done this before using SQL Server Reporting Services integrated into SharePoint.
    Using SSRS, create the report you want the end user to view. Then create a Report Subscription, emailing the end user (or putting it in a file share/Doc Lib) the report. If they want to run it interactively, you can enable caching on the report, which would
    pull the report from the last time it was scheduled to run (the data would not be 'real time' in this case).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Browser has a downloaded file without permission

    Greetings,
    During the usage of Firefox browser, suddenly i found downloaded file in the profile folder, but this is always happen each time i delete the file it comes back again, Fortunately i have a Norton Internet Security with the Download File Insight feature i could discover that file and followed the cache folder of Firefox Browser and it is not a virus,
    Now these issue was happened after i have installed a program named virtual router on Windows VISTA,
    After rename the file in cache folder to .exe extension it shows the setup file mentioned the wireless icon, by running it it shows the normal setup of Winhostspot,
    What shall i do to stop this downloading file without permission?
    Do i have to uninstall the virtual router software?
    I'm sure that i have no virus cause the Norton Internet Security is up to-date with all running its security features: Virus definition and Firewall ... etc.
    Even i have scanned the file by uploading it to http://metascan-online.com/
    Thanking your cooperation, we remain.
    Best Regards
    MOHAMAD GHOUL

    Is it a single file or a folder.
    Please mention the file name

  • Flash player repeatedly installs itself without permission

    I repeatedly have to uninstall the Adobe Flash Player 12 Plugin and Adobe Flash Player 12 ActiveX. Both of these repeatedly install themselves without permission. In Options > Options > Advanced > Updates I have the option "Check for updates but let me choose whether to install them" checked, and it has been that way for weeks. I work from home and am on the net all day aggregating news sources and with no flash I don't get bombarded with constant flash advertisements and sudden, loud noises. However, these two will install themselves at least twice a day, forcing me to manually uninstall them each time.

    Plugins cannot be installed from inside Firefox. Plugins are software programs, like Firefox itself. They can only be installed by running their setup program (.exe file).
    Flash Player is required to browse some sites, so it's safest to turn it off rather than uninstall it. To do so,
    # Press Ctrl+Shift+A to open the Add-ons Manager.
    # Click Plugins on the left.
    # On the right, set Shockwave Flash to "Never Activate" to turn it off completely. You can alternatively set it to "Ask to Activate" to be prompted to turn it on when browsing a site that has Flash content.
    * [[Use plugins to play audio, video, games and more|Managing and uninstalling plug-ins | Mozilla Support]]
    If you insist on getting rid of Flash Player, there's an uninstaller you can download to get rid of all installed versions. See the following page.
    * [http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player for Windows | Adobe Support]

  • Why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.

    why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.
    The created program is not performing a command I have written when it tries to connect to the internet, it must be Labview that is doing it. How do I stop this from happening? 
    Any help would be very appreciated.

    It looks that way..
    "When LabVIEW starts it contacts the service
    locator to removes all services for itself. This request is triggering
    the firewall.This is done in case there were services that were not
    unregistered the last time LabVIEW executed- for example from VIs that
    didn't clean up after themselves"
    This is not yet fixed in LV2009.
    Message Edited by Ray.R on 11-04-2009 12:25 PM

  • Ad on installs without permission

    There is this addon which installs itself without permission. It's called funklyrics 1.122 it seems to be able to turn itself on even after being disabled. It seems to do the turn back on by way of an update. The program itself seems to be harmless but puts up small adds trying to sell item that your usually looking at. I just disabled it again it updated today to ver 1.122 on 07/16/2013
    Is there a way to permanently remove this adware from Firefox?

    Do you see this as a Firefox extension in "Firefox/Tools > Add-ons > Extensions"?
    If you can't uninstall an extension then this means that it is installed globally, possibly via the Windows registry.
    *https://developer.mozilla.org/en/Adding_Extensions_using_the_Windows_Registry
    *http://kb.mozillazine.org/Uninstalling_add-ons
    *http://kb.mozillazine.org/Uninstalling_toolbars

  • Microsoft exchange push without permission

    is there a way to get your microsoft exchange emailed pushed to my iphone4 without permission from my companies it department?
    please help!

    First, know that they can see that your device is using Exchange if you decide to setup ActiveSync on it without permission.
    If they simply use user/pass authentication you can set the phone up to sync. Typically your server will be the same URL used for your webmail; iOS is pretty smart about figuring ou the rest (SSL etc.)
    HTH,
    Ryan Black

  • IN I.E. 11 under manage-Addons Adobe reader only appears under Run Without permission not under currently loaded

    IN I.E. 11 under manage-Addons Adobe reader only appears under Run Without permission not under currently loaded
    Is this expected behavior. I have some sites that will not load adobe documents. The site in question is a School District application that we cannot open seating charts.
    This was installed using an MSI. Test sites I go to work fine.

    I believe with further investigation that this is normal and when a PDF document is open it then shows in currently loaded.

  • OSX reboots without permission on update install

    OS X 10.9.1 (13B42)
    Is there a setting in Mavericks to tell it not to install updates and reboot without permission?
    For many years, one of the reasons I liked Macs was that my Windows PC would often reboot overnight because Microsoft would decide it was a good idea to put out an update, losing me data in the process. That never happened with my Mac.
    Now my Mac does the same thing. Last night there was an update to parts of the system I simply don't use (mostly Mail) and apps were forcibly shut down. My specific beef is that Chrome incongnito tabs can't be restored once closed, and I had a dozen or so open doing various things.
    To cap it all, my Windows PC now asks for permission and gets rebooted once every couple of months.
    Is there a setting in Mavericks to tell it not to do this? (Naturally, I Googled it, but nada...)

    I managed to boot into safe mode (by holding shift), but what should I do now?

  • Report to Moderator In SharePoint Mysite NewsFeed

    Hi All
    We are are using SharePoint 2013 OnPrim
    we have configured mysite for our organization and now would like to include "Report to Moderator" option in SharePoint Mysite NewsFeed.
    Is there any way to achieve this ?
    Thanks in Advance
    Mark as Answer If Reply Was Helpful <br/> Thanks <br/> Kuldeep Bisht <br/> Technical Lead @ HCL Infosystems Ltd <br/> Blog : <a href="http://www.dbsimplified.com/">www.dbsimplified.com</a>

    Hi,
    My Sites, feeds, Community Sites, and Community Portals are
    new features and functionality for social computing.
    Community Sites offer a forum experience to categorize discussions around subject areas, and connect users who have knowledge or seek knowledge about subject areas.
    And moderator feature is available for SharePoint community rather than NewsFeed. Moderators have higher level privileges than community members, which enable them to view all discussions and replies. Community moderators ensure that members
    enjoy the rewards of community membership, such as finding and keeping in touch with key individuals and staying current on trends and hot topics, while removing content that is inappropriate or detracts from the overall purpose of the community.
    Thanks.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Does allowing adobe flash player plug in on safari give access to websites the ability to upload and transfer documents and files(on the computer) without permission?

    Does allowing adobe flash player plug in on safari give access to websites the ability to upload and transfer documents and files(on the computer) without permission? Perhaps to their online server or somewhere where they designated them to transfer to?

    It depends a bit on which version of Captivate you used to develop your modules and also which version of Flash Player you targeted when publishing your modules from Captivate. Say for example you use Captivate 5 and publish to Flash Player 10. Then your end user would need to have Flash Player 10 on their computer. It shouldn't matter if their version is 10.0.0 or 10.1.0 or 10.1.3 - just as long as it's a 10. If they only have Flash Player 9 then they will need to upgrade.
    The "Access to Adobe.com is restricted" is most likely because the HTML that launches the Captivate SWF sees that you have targeted FP10 and the user only have FP9. Then it tries to direct a call to Adobe in order to present an "Upgrade to latest version of Flash" dialog for the user. This traffic is most likely denied by your IT department.
    The first step is to find out which version of Flash Player is the most prevalent in your organization. If it is Flash Player 9 then simply select that when publishing from Captivate 5. If Flash Player 8 is the most used in your organization and you have CP5 or CP5.5 then you are in big trouble since FP8 is not supported from CP5 and CP5.5.
    /Michael
    www.cpguru.com - Adobe Captivate Widgets, Tutorials, Tips & Tricks and much more..

  • Ios updates download without permission?  AGAIN?

    Is anyone else having an issue where iOS updates are downloading automatically without permission?  I've checked my settings and ALL of the Automatic Download options on my iOS devices are set to OFF.  But 8.3 has downloaded automatically without asking on several.   I know that it's easy to delete the download without installing it, but doesn't this just defeat the point?  I thought we were past this after the undeletable iOS7 forced-download debacle.

    iOS downloaded (occupying space in the device) automatically and ready to install...

  • HT1904 My Daughter signed up for ATT U verse Live tv without permission, how do i cancel this?

    My daughter signed up for ATT U Verse Live TV on my I phone without permission, does anyone know how to cancel this?

    Tap and hold the ATT U Verse Live TV app down until it jiggles then tap the x with a circle then tap Delete.
    Press the Home button once to stop the jiggling.
    The app itself is free but the subscriiptions are not >  http://itunes.apple.com/us/app/at-t-u-verse-live-tv-monthly/id440616869?mt=8
    Make sure and turn off subscriptions after deleting the app just in case > iTunes Store: Purchasing and managing auto-renewing subscriptions

  • I own Snow Leopard Family Pack and an acquaintance installed it onto their MBP without permission. How can I revoke that license?

    I own Snow Leopard Family Pack and an acquaintance installed it onto their MacBook Pro without permission. How can I revoke that license? I don't have access to their MBP, but I have access to all the other authorized computers using the family pack.

    No. The license is a legal agreement, not a technical measure to restrict installation or duplication. There's nothing to stop you from installing it on 20 Macs in your household save that you are subject to a binding legal agreement that says you have permission to install it on no more than 5. If you break the terms of the contract, you may be subject to civil litigation. If someone steals your copy and uses it without authorization, they are similarly liable.
    In practice, Apple trusts you to be honest because, frankly, until it gets to a certain point, it's just not worth the money to file a complaint against you. That's not to say that they couldn't, or even shouldn't enforce the terms of the license agreement; caveat sycophanta.

Maybe you are looking for

  • How do I move my toolbars up or down?

    I have several toolbars and they are not in the order I want them to be. I want to move a toolbar to the top and one to the bottom. How do I do that?

  • Trying to transfer old macbook files to new

    I have been searching everywhere for an answer to my problem for hours, with no luck, so please forgive me for posting a new topic about it if it really is out there somewhere. Here's the situation: I have a white 13 in MacBook from late 07, my child

  • How do I get an app on my phone?

    I am trying to download an app on my phone, I have downloaded the itunes and the app on my computer but how do I get it to my phone?

  • Safari address field is missing

    I have a power mac g4 and upgraded to tiger I am the administrator and my daughter is another user, on my safari page there isn't an address field although when my daughter logs into safari it registers on hers hellllp!

  • After 8.0.1, Firefox continually asks to reboot, I reboot, and get same error message. No Firefox.

    Upgraded to 8.0.1. A "Setup" error box drops down: "Your computer must be restarted to complete a previous upgrade of Firefox. Do you want to reboot now?" I reboot multiple times, and the box still appears. Went back to an earlier restore point in XP