Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.49 KB

enable-java-tomcat-webapp-authentication-azure-ad-b2c.md

File metadata and controls

33 lines (22 loc) · 1.49 KB
title titleSuffix description author ms.author ms.reviewer ms.date ms.topic ms.custom
Enable sign-in for Java Tomcat apps using MSAL4J
Azure Active Directory B2C
Shows you how to develop a Java Tomcat app that supports sign-in using Azure Active Directory B2C.
KarlErickson
karler
givermei
03/11/2024
article
devx-track-identity-java, devx-track-java, devx-track-extended-java

Enable sign-in for Java Tomcat apps using MSAL4J with Azure Active Directory B2C

This article demonstrates a Java Tomcat application that authenticates users against Azure Active Directory B2C (Azure AD B2C) using the Microsoft Authentication Library for Java (MSAL4J).

[!INCLUDE scenario-sign-in-azure-ad-b2c.md]

Prerequisites

[!INCLUDE prerequisites-sign-in-azure-ad-b2c.md]

[!INCLUDE prerequisites-tomcat.md]

Recommendations

[!INCLUDE java-servlet-overview-recommendation.md]

[!INCLUDE enable-java-servlet-webapp-authentication-azure-ad-b2c.md]

[!INCLUDE deploy-tomcat-app-service.md]

[!INCLUDE enable-java-servlet-webapp-authentication-azure-ad-b2c-explore.md]