microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

Ensure HTTP behavior is consistent with other MSALs

Open Avery-Dunn opened this issue 5 months ago • 0 comments

Currently, HTTP-related classes in MSAL Java are difficult to maintain and test:

  • A few core classes contain most of the behavior, but there are more than a dozen classes containing some aspect of our HTTP calls
  • The original implementation and ad hoc changes over the years do not follow Java best practices for interfaces, builders, factories, etc.
  • The overall structure and internal APIs have little in common other MSALs

These classes should be investigated to identify how they can follow modern Java design principles, and to ensure that their structure and behavior is consistent with other MSALs, particularly MSAL .NET

Avery-Dunn avatar May 30 '25 22:05 Avery-Dunn