Skip to content

Commit 30c0414

Browse files
authored
Update resilience-app-development-overview.md
1 parent 7d0831d commit 30c0414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/fundamentals/resilience-app-development-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ms.date: 03/02/2023
1414

1515
# Increase the resilience of authentication and authorization applications you develop
1616

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 application acquire tokens from an identity provider (IdP) to authenticate users and authorize applications to call protected APIs. A service validates 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

1919
Learn more:
2020

2121
[What is the Microsoft identity platform?](../develop/v2-overview.md)
2222
[Security tokens](../develop/security-tokens.md)
2323

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. In this article, you'll find a list of articles to help increase resilience in applications.
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.
2525

2626
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.
2727

0 commit comments

Comments
 (0)