Skip to content

Commit 95aa7eb

Browse files
authored
Update tutorial-v2-javascript-auth-code.md
1 parent ea139d5 commit 95aa7eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/develop/tutorial-v2-javascript-auth-code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ms.custom: aaddev, identityplatformtop40
1717

1818
# Sign in users and call the Microsoft Graph API from a JavaScript single-page application (SPA) - MSAL.js 2.0
1919

20+
> [!IMPORTANT]
21+
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this feature might change before general availability (GA).
22+
2023
This tutorial uses a version of MSAL.js that uses the OAuth 2.0 Authorization Code Flow with PKCE. To read more about this protocol, as well as the differences between implicit flow and authorization code flow, see the [documentation](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow). If you are looking for a tutorial that uses the implicit flow, please see the [MSAL.js v1 tutorial](https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-javascript-spa).
2124

2225
This version of MSAL.js improves on the current msal-core library, and uses the authorization code flow in the browser. Most features available in the old library are available in this version, but there are nuances to the authentication flow in both. This version does **NOT** support the implicit flow.

0 commit comments

Comments
 (0)