You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: