Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1001 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 1001 Bytes

MSAL Java samples demonstrating how a daemon console application can call Microsoft Graph using its own identity

About these samples

Overview

These samples demonstrate how to use the Microsoft Identity platform to access user data in a long-running, non-interactive process.

Two samples are available:

  1. An application which uses the client credentials flow with a certificate to obtain an access token for Microsoft Graph
  2. An application which uses the client credentials flow with a secret to obtain an access token for Microsoft Graph