Overview#
Incremental authorization is a concept within Privacy Enhancing Technologies and Principle of least privilege where as an entity is only granted the privileges required.Incremental authorization is a concept within Privacy Enhancing Technologies and
authorization requests that include every scope the client might ever need can result in over-scoped authorization and a sub-optimal User Experience.
Incremental authorization allows the ability to request specific authorization as needed, when they're needed, removing the requirement to request every possible authorization that might be needed upfront.