From 9193d28b0e421a75a4be0387e732c85c61b2adb3 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:25:27 +0300 Subject: [PATCH 1/2] MSAL Java Overview --- msal-java-articles/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/msal-java-articles/index.md b/msal-java-articles/index.md index ed94eb0..3b22071 100644 --- a/msal-java-articles/index.md +++ b/msal-java-articles/index.md @@ -5,8 +5,7 @@ author: Dickson-Mwendia manager: CelesteDG ms.author: dmwendia -ms.date: 02/27/2024 -ms.reviewer: dayodeji +ms.date: 03/27/2025 ms.service: msal ms.subservice: msal-java ms.topic: conceptual @@ -15,12 +14,12 @@ ms.topic: conceptual # Microsoft Authentication Library for Java -The Microsoft Authentication Library for Java (also known as MSAL Java or MSAL4J) enables applications to integrate with the [Microsoft identity platform](/entra/identity-platform/v2-overview). It allows you to sign in users or apps with Microsoft identities (Microsoft Entra ID, Microsoft accounts, and Azure AD B2C accounts) and obtain tokens to call Microsoft APIs such as [Microsoft Graph](https://graph.microsoft.io/) or your own APIs. It is built using industry standard OAuth2 and OpenID Connect protocols. +The Microsoft Authentication Library for Java (MSAL Java or MSAL4J) integrates applications with the [Microsoft identity platform](/entra/identity-platform/v2-overview). It allows you to sign in users or apps with Microsoft identities (Microsoft Entra ID, Microsoft accounts, and Azure AD B2C accounts) and get tokens to call Microsoft APIs like [Microsoft Graph](https://graph.microsoft.io/) or your own APIs. MSAL Java uses industry standard OAuth2 and OpenID Connect protocols. ## Overview 1. [Why use MSAL4J?](getting-started/why-use-msal4j.md) -1. **Pre-requisite**: Before using MSAL4J you will have to [register your applications with Microsoft Entra ID](/entra/identity-platform/quickstart-register-app). +1. **Prerequisite**: Before using MSAL4J you will have to [register your applications with Microsoft Entra ID](/entra/identity-platform/quickstart-register-app). 1. To start using MSAL4J, instantiate and configure the [client application](getting-started/client-applications.md). 1. Learn about the ways to [acquire a token](getting-started/acquiring-tokens.md) using MSAL4J. 1. Follow [best practices for a robust enterprise ready application](advanced/best-practices-enterprise.md). From 9e1d48f46143e4365363d9e3d89fe498c43f6d8d Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:32:50 +0300 Subject: [PATCH 2/2] Update feedback system --- msal-java-articles/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal-java-articles/docfx.json b/msal-java-articles/docfx.json index 02a72b4..4133d6b 100644 --- a/msal-java-articles/docfx.json +++ b/msal-java-articles/docfx.json @@ -43,7 +43,7 @@ "breadcrumb_path": "/entra/msal/java/breadcrumb/toc.json", "extendBreadcrumb": true, "uhfHeaderId": "MSDocsHeader-Entra", - "feedback_system": "GitHub", + "feedback_system": "Standard", "feedback_github_repo": "MicrosoftDocs/microsoft-authentication-library-java", "feedback_product_url": "https://github.com/MicrosoftDocs/microsoft-authentication-library-java/issues", "recommendations": true,