Secure Azure AI Services : Authentication (Part 2)
Token-based Authentication Certain AI systems support (or even require) token-based authentication when utilizing the REST interface. In these situations, the initial request for an authentication token, which has a 10-minute validity period, presents the subscription key. To confirm that the caller has been authenticated, the token must be presented in subsequent requests. Note- When using an SDK, the calls to obtain and present a token are handled for you by the SDK. Microsoft Entra ID Authentication You may give access to particular service principals or managed identities for apps and services operating in Azure due to the support of Azure AI services for Microsoft Entra ID authentication. A cloud-based identification and access management system is called Microsoft Entra ID. There are different ways you can authenticate against Azure AI services using Microsoft Entra ID: Authenticate Using Service Principals The overall process to authenticate against Azure AI services...