Open 0xgeert opened 11 years ago
The act of proof delivered by a user that he is who he says he is.
when authenticated to act of granting certain (access)rights to a user.
Both methods 1. and 2. can be combined.
Syncing to multiple Identity providers, such as:
Which ensures a total view of all identity providers together.
Way in how Users are assigned rights (aka: permissions, grants, entitlements)
Commonly:
Given a custom app authorization can be done based on user.hasRole(roleX)
etc. A better more fine-grained way would be to expose a set of permisions, (aka entitlements, grants) and do user.isAuthorized('entitlementA').
permissions -> User mapping
outside of the app. This ensures:
Stormpath blog: http://www.stormpath.com/blog/new-rbac-resource-based-access-control mentioning:
Product Vectors
Order of things
hasRole
Tangently related