Skip to content

Commit 853ada6

Browse files
Merge pull request #229271 from v-edmckillop/patch-129
Update resilience-app-development-overview.md
2 parents 9fca5b1 + 30c0414 commit 853ada6

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed
Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
---
2-
title: Increase resilience of authentication and authorization applications you develop
3-
description: Overview of our resilience guidance for application development using Azure Active Directory and the Microsoft identity platform
2+
title: Increase the resilience of authentication and authorization applications you develop
3+
description: Resilience guidance for application development using Azure Active Directory and the Microsoft identity platform
44
services: active-directory
55
ms.service: active-directory
66
ms.subservice: fundamentals
77
ms.workload: identity
88
ms.topic: how-to
9-
author: janicericketts
9+
author: jricketts
1010
ms.author: jricketts
1111
manager: martinco
12-
ms.date: 11/23/2020
12+
ms.date: 03/02/2023
1313
---
1414

15-
# Increase resilience of authentication and authorization applications you develop
15+
# Increase the resilience of authentication and authorization applications you develop
1616

17-
Microsoft Identity uses modern, token-based authentication and authorization. This means that a client application acquires tokens from an Identity provider to authenticate the user and to authorize the application to call protected APIs. A service will validate tokens.
17+
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.
1818

19-
A token is valid for a certain length of time before the app must acquire a new one. Rarely, a call to retrieve a token could fail due to an issue like network or infrastructure failure or authentication service outage. In this document, we outline steps a developer can take to increase resilience in their applications if a token acquisition failure occurs.
19+
Learn more:
2020

21-
These articles provide guidance on increasing resiliency in apps using the Microsoft identity platform and Azure Active Directory. There is guidance for both for client and service applications that work on behalf of a signed in user as well as daemon applications that work on their own behalf. They contain best practices for using tokens as well as calling resources.
21+
[What is the Microsoft identity platform?](../develop/v2-overview.md)
22+
[Security tokens](../develop/security-tokens.md)
2223

23-
- [Build resilience into applications that sign-in users](resilience-client-app.md)
24-
- [Build resilience into applications without users](resilience-daemon-app.md)
24+
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.
25+
26+
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.
27+
28+
- [Increase the resilience of authentication and authorization in client applications you develop](resilience-client-app.md)
29+
- [Increase the resilience of authentication and authorization in daemon applications you develop](resilience-daemon-app.md)
2530
- [Build resilience in your identity and access management infrastructure](resilience-in-infrastructure.md)
26-
- [Build resilience in your CIAM systems](resilience-b2c.md)
27-
- [Build services that are resilient to metadata refresh](../develop/howto-build-services-resilient-to-metadata-refresh.md)
31+
- [Build resilience in your customer identity and access management with Azure AD B2C](resilience-b2c.md)
32+
- [Build services that are resilient to Azure AD's OpenID Connect metadata refresh](../develop/howto-build-services-resilient-to-metadata-refresh.md)

0 commit comments

Comments
 (0)