/ms-identity-java-daemon

A daemon application in Java calling Microsoft Graph API

Primary LanguagePowerShellMIT LicenseMIT

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