Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.98 KB

resilience-app-development-overview.md

File metadata and controls

30 lines (23 loc) · 1.98 KB
title description ms.service ms.subservice ms.topic author ms.author manager ms.date
Increase the resilience of authentication and authorization applications you develop
Resilience guidance for application development using Microsoft Entra ID and the Microsoft identity platform
entra
architecture
how-to
jricketts
jricketts
martinco
03/02/2023

Increase the resilience of authentication and authorization applications you develop

The Microsoft identity platform helps you build applications your users and customers can sign in to using their Microsoft identities or social accounts. Microsoft identity platform uses token-based authentication and authorization. Client applications acquire tokens from an identity provider (IdP) to authenticate users and authorize applications to call protected APIs. A service validates tokens.

Learn more:

What is the Microsoft identity platform? Security tokens

A token is valid for a length of time, and then the app must acquire a new one. Rarely, a call to retrieve a token fails due to network or infrastructure issues or an authentication service outage.

The following articles have guidance for client and service applications for a signed in user and daemon applications. They contain best practices for using tokens and calling resources.