Tagged Questions
6
votes
3answers
340 views
XACML as an evolution step in an existing application
I've begun doing some research on XACML and external authorization. Right now I have an existing application which utilizies an RBAC model. However the implementation has a lot of shortcomings (roles ...
4
votes
3answers
573 views
Centralized Authorization Service?
Are there any open source centralized authorization services available? There are lots of solutions for centralizing the authentication information (eg: CAS and JOSSO), but what about the ...
2
votes
4answers
599 views
Does anyone actually use Attribute Based Access Control?
I've seen Attribute Based Access Control mentioned several times on Stack Overflow (example). However, a Google search and stack overflow search later I cannot find much, only abac (which doesn't seem ...
1
vote
2answers
106 views
Fine-grained authorization for web applications
I have a C# .net application which servers both company's internal users and external customers. I need to do fine-grained authorization like who accesses what resource. So I need something like ...