Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.01 KB

java-aad-samples.md

File metadata and controls

11 lines (10 loc) · 1.01 KB
SampleDescription
Integrating Microsoft Entra ID into a Java web applicationSet up OAuth2 authentication in a Java web app.
Integrating Microsoft Entra ID into a Java command line using username and passwordObtain a JWT access token through OAuth 2.0, then use the access token to authenticate with a Microsoft Entra protected web API.
Manage users, groups, and roles with the Graph APIManage users, groups, roles, and service principals with the Graph API using the management API.
Manage service principalsCreate a service principal for an application, assign it a role, and use the service principal to access resources in the subscription
close