Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 764 Bytes

File metadata and controls

11 lines (6 loc) · 764 Bytes

Authorization

Authorization refers to the procedure used to determine the permissions that a caller has when making a request. There are multiple authorization models. The authorization model that is used for a request depends on the authentication method that is used. The authorization models are listed below.

HMAC

The authorization model model associated with HMAC authentication splits permissions into read-only or read-write. See the HMAC authorization page for details.

Azure Active Directory

The authorization model associated with Azure Active Directory (AAD) authentication uses Azure RBAC to control permissions. See the AAD authorization page for details.