Skip to content

Commit 42f46ce

Browse files
author
BobbySchmidt2
committed
edit pass: reference-v2-libraries
1 parent ae011f5 commit 42f46ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/reference-v2-libraries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Microsoft identity platform authentication libraries | Microsoft Docs
33
description: Compatible client libraries and server middleware libraries, along with related library, source, and sample links, for the Microsoft identity platform endpoint.
44
services: active-directory
55
documentationcenter: ''
6-
author: negoe
6+
author: negoef
77
manager: CelesteDG
88
editor: ''
99

@@ -25,7 +25,7 @@ ms.collection: M365-identity-device-management
2525

2626
The [Microsoft identity platform endpoint](active-directory-v2-compare.md) supports the industry-standard OAuth 2.0 and OpenID Connect 1.0 protocols. The Microsoft Authentication Library (MSAL) is designed to work with the Microsoft identity platform endpoint. You can also use open-source libraries that support OAuth 2.0 and OpenID Connect 1.0.
2727

28-
We recommend you use libraries written by protocol domain experts who follow a Security Development Lifecycle (SDL) methodology. Such libraries include [the one that Microsoft follows][Microsoft-SDL]. If you hand code for the protocols, you should follow a methodology such as Microsoft SDL. Pay close attention to the security considerations in the standards specifications for each protocol.
28+
We recommend that you use libraries written by protocol domain experts who follow a Security Development Lifecycle (SDL) methodology. Such libraries include [the one that Microsoft follows][Microsoft-SDL]. If you hand code for the protocols, you should follow a methodology such as Microsoft SDL. Pay close attention to the security considerations in the standards specifications for each protocol.
2929

3030
> [!NOTE]
3131
> Are you looking for the Azure Active Directory Authentication Library (ADAL)? Checkout the [ADAL library guide](active-directory-authentication-libraries.md).
@@ -48,7 +48,7 @@ For a list of libraries that work with the Microsoft identity platform endpoint,
4848

4949
## Microsoft-supported client libraries
5050

51-
Use client authentication libraries to acquire a token for calling a protected Web API.
51+
Use client authentication libraries to acquire a token for calling a protected web API.
5252

5353
| Platform | Library | Download | Source code | Sample | Reference | Conceptual doc | Roadmap |
5454
| --- | --- | --- | --- | --- | --- | --- | --- |
@@ -63,7 +63,7 @@ Use client authentication libraries to acquire a token for calling a protected W
6363

6464
## Microsoft-supported server middleware libraries
6565

66-
Use middleware libraries to protect Web applications and Web APIs. Web apps or Web APIs written with ASP.NET or ASP.NET Core use the middleware libraries.
66+
Use middleware libraries to help protect web applications and web APIs. Web apps or web APIs written with ASP.NET or ASP.NET Core use the middleware libraries.
6767

6868
| Platform | Library | Download | Source Code | Sample | Reference
6969
| --- | --- | --- | --- | --- | --- |
@@ -84,11 +84,11 @@ Use middleware libraries to protect Web applications and Web APIs. Web apps or W
8484
| ![Ruby](media/sample-v2-code/logo_ruby.png) |[OmniAuth](https://github.com/omniauth/omniauth/wiki) |omniauth: 1.3.1<br />omniauth-oauth2: 1.4.0 |[OmniAuth](https://github.com/omniauth/omniauth)<br />[OmniAuth OAuth2](https://github.com/intridea/omniauth-oauth2) | |
8585
| ![iOS](media/sample-v2-code/logo_iOS.png) ![Android](media/sample-v2-code/logo_Android.png) | [React Native App Auth](https://github.com/FormidableLabs/react-native-app-auth) | [Version 4.2.0](https://github.com/FormidableLabs/react-native-app-auth/releases/tag/v4.2.0) | [React Native App Auth](https://github.com/FormidableLabs/react-native-app-auth) | |
8686

87-
Because you can use the Microsoft identity platform endpoint for any standards-compliant library, it’s important that you know where to go for support.
87+
For any standards-compliant library, you can use the Microsoft identity platform endpoint. It’s important to know where to go for support:
8888

8989
* For issues and new feature requests in library code, contact the library owner.
9090
* For issues and new feature requests in the service-side protocol implementation, contact Microsoft.
91-
* [File a feature request](https://feedback.azure.com/forums/169401-azure-active-directory) for additional features you would like to see in the protocol.
91+
* [File a feature request](https://feedback.azure.com/forums/169401-azure-active-directory) for additional features you want to see in the protocol.
9292
* [Create a support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request) if you find an issue where the Microsoft identity platform endpoint isn't compliant with OAuth 2.0 or OpenID Connect 1.0.
9393

9494
## Related content

0 commit comments

Comments
 (0)