Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 688 Bytes

File metadata and controls

11 lines (6 loc) · 688 Bytes

Authentication

All HTTP requests must be authenticated. The following authentication schemes are supported.

HMAC

HMAC authentication uses a randomly generated secret to sign request payloads. Details on how requests using this authentication method are authorized can be found in the HMAC authorization section.

Azure Active Directory

Azure Active Directory (AAD) authentication utilizes a bearer token that is obtained from Azure Active Directory to authenticate requests. Details on how requests using this authentication method are authorized can be found in the AAD authorization section.