Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 768 Bytes

active-directory-develop-error-handling-retries.md

File metadata and controls

17 lines (14 loc) · 768 Bytes
author ms.author ms.date ms.service ms.subservice ms.topic
mmacy
marsma
11/25/2020
active-directory
develop
include

Retrying after errors and exceptions

You're expected to implement your own retry policies when calling MSAL. MSAL makes HTTP calls to the Azure AD service, and occasionally failures can occur. For example the network can go down or the server is overloaded.

HTTP 429

When the Service Token Server (STS) is overloaded with too many requests, it returns HTTP error 429 with a hint about how long until you can try again in the Retry-After response field.