Skip to content

Files

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

rest-api-authentication-index.md

File metadata and controls

23 lines (16 loc) · 1.05 KB
title description author ms.author ms.service ms.topic ms.date
Azure App Configuration REST API - Authentication
Reference pages for authentication using the Azure App Configuration REST API
maud-lv
malev
azure-app-configuration
reference
08/17/2020

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.

Microsoft Entra ID

Microsoft Entra authentication utilizes a bearer token that is obtained from Microsoft Entra ID to authenticate requests. Details on how requests using this authentication method are authorized can be found in the Microsoft Entra authorization section.