You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/reference-v2-libraries.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Microsoft identity platform authentication libraries | Microsoft Docs
3
3
description: Compatible client libraries and server middleware libraries, along with related library, source, and sample links, for the Microsoft identity platform endpoint.
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.
27
27
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.
29
29
30
30
> [!NOTE]
31
31
> 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,
48
48
49
49
## Microsoft-supported client libraries
50
50
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.
@@ -63,7 +63,7 @@ Use client authentication libraries to acquire a token for calling a protected W
63
63
64
64
## Microsoft-supported server middleware libraries
65
65
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.
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:
88
88
89
89
* For issues and new feature requests in library code, contact the library owner.
90
90
* 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.
92
92
*[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.
0 commit comments