Skip to content
#

authz

Authorization is the process of granting or denying permissions based on rules. This should not be confused with authentication, which is the act of verifying someone’s identitiy.

Here are 23 public repositories matching this topic...

Attribute-based access control (ABAC), also known as policy-based access control, defines an access control paradigm whereby access rights are granted to users through the use of policies which reason over data in attributes. The policies can use any type of attributes (user attributes, resource attributes, object, environment attributes etc.). …

  • Updated Apr 23, 2025
  • Java
Followers
63 followers
Website
github.com/topics/authorization
Wikipedia
Wikipedia