AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
285 stars 142 forks source link

Add object ID option for Managed Identity #854

Closed Avery-Dunn closed 1 month ago

Avery-Dunn commented 1 month ago

Adds support for object IDs, as per https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/853. Object IDs will now be accepted in IMDS, App Service, and Service Fabric scenarios, matching the support in .NET

This PR also does some minor code cleanup (remove unused code, move common code to parent classes, etc.)