Click here to Skip to main content
15,892,005 members
Articles / Hosted Services / Azure

Cross-Solution Microsoft Identity for Java Developers Part 3: Using MSAL to Access Azure APIs

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
20 Oct 2021CPOL8 min read 4.3K   1  
In this article, Using MSAL to Access Azure APIs, we use the OBO OAuth flow to call a service in Azure. Then, we’ll communicate the results back to the frontend application via a shared database.
Here we use the MSAL for Java to obtain access tokens for several Azure APIs, and then add a microservice to interact with those APIs, return the result, and store it in a managed MySQL database on Azure.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions