Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Object ID in Managed Identity Client #853

Closed
g2vinay opened this issue Aug 14, 2024 · 2 comments
Closed

Add Support for Object ID in Managed Identity Client #853

g2vinay opened this issue Aug 14, 2024 · 2 comments
Labels
Feature Request Request for new functionality scenario:ManagedIdentity

Comments

@g2vinay
Copy link

g2vinay commented Aug 14, 2024

Add Support for Object ID in MSAL Java

Background: It was identified that MSAL Java currently lacks support for Object ID, which is crucial for enabling scenarios that require Object ID for authentication and identity management. This feature is already supported in other languages like .NET and Python, highlighting a gap in the Java implementation.

Motivation: The primary motivation for adding Object ID support in MSAL Java stems from the need to authenticate and manage identity using Object ID in various Microsoft services. The lack of Object ID support in MSAL Java limits the ability to implement consistent identity management solutions across different programming languages.

Requirements:

  • Implement Object ID support in MSAL Java MI client, allowing users to authenticate using Object ID.
  • Ensure compatibility with existing authentication mechanisms to minimize impact on current users.
  • Provide clear documentation and examples on how to use Object ID for authentication in Java applications.

Justification: Adding Object ID support will bring MSAL Java in line with other language implementations, ensuring a consistent and unified approach to identity management across Microsoft services. This feature is critical for enabling secure and efficient identity management solutions.

@Avery-Dunn Avery-Dunn added Feature Request Request for new functionality scenario:ManagedIdentity labels Aug 14, 2024
@g2vinay
Copy link
Author

g2vinay commented Aug 14, 2024

@localden

@Avery-Dunn
Copy link
Collaborator

Support added in #854 and released in 1.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request for new functionality scenario:ManagedIdentity
Projects
None yet
Development

No branches or pull requests

2 participants