Browse by Tags

Sorry, but there are no more tags available to filter with.
Screen Scraped Authentication to Office 365 and SharePoint Online
1 Jul 2011 3:25 PM
Body: Way back in April, Microsoft published a very good article by Robert Bogue entitled Remote Authentication in SharePoint Online Using Claims-Based Authentication . This article describes one way to get the FedAuth cookie required to talk to SharePoint online via any of its many interfaces. While the article is very informative and the associated code works... Read More...
SharePoint Security and the Object Model – Part 3
1 Jul 2011 11:52 AM
Body: Authorization and Access Control – Evaluating Permissions This is the third part of a three part post on security object model basics in SharePoint. The other posts are: SharePoint Security and the Object Model – Part 1 and SharePoint Security and the Object Model – Part 2 . The first post covers users and groups, the second post covers the mechanics of... Read More...
SharePoint Security and the Object Model – Part 2
27 May 2011 10:57 AM
Body: Permissions This is the second part of a two part post on security object model basics in SharePoint. The first post is here: SharePoint Security and the Object Model – Part 1 Defining and Applying Permissions Authorization in SharePoint is done based on a user's permission level for a given context. You can view and manage permission levels by clicking... Read More...
SharePoint Security and the Object Model – Part 1
27 May 2011 10:44 AM
Body: Users and Groups In the spirit of my post the other day on claims and sign out, I decided to post a complete how-to that also goes along with a talk I do that you may have seen at a user group or SharePoint Saturday. This post is about creating groups and users. The last bit is about how to create a user from a claim. Creating a Group The SPGroupCollection... Read More...