Tagged Questions
4
votes
1answer
2k views
All Authenticated Users claim
I'm adding items to my list by powershell script. I need to fine-grain user permissions to added items.
Code I'm using now:
$claim = New-SPClaimsPrincipal -ClaimValue $role -ClaimType $ROLE_CLAIM ...
0
votes
1answer
123 views
SharePoint Claims authentication and web.config role authorizations
I am trying to secure a few application pages with role base authorizations can't seem to get it working , if I set a deny rule for all users the rule works, but anything with a specific group or ...