The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
0
votes
1answer
260 views

Getting error “Cannot get Role Manager with name aspnetsqlroleprovider”, even without using this provider

I'm working on a large SharePoint farm that use claims authentication. We are using both Integrated authentication, and a custom provider called "myprovider". However, I'm getting random error event ...
0
votes
1answer
277 views

What areas of SharePoint call the Role Provider Methods?

I found this article on MSDN about the minimal methods required for Role Providers on SharePoint. My question is about the other methods in the Role Provider (GetUsersInRole, IsUserInRole, ...
0
votes
0answers
8 views

How many role providers can I use with MOSS 2007?

We have 2 master sites on MOSS 2007. We are using custom role provider with the sites and subsites under them. Will it be possible to use different role provider with sub sites?