The role-provider tag has no wiki summary.
0
votes
1answer
258 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
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
275 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, ...