Consider decomposing the driver a bit more #1715
Closed
shueybubbles
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Duplicate of #1108 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dependency management when using M.D.S is getting more complicated as time goes by (see #1714 as an example). In particular, MSAL is evolving very quickly.
Applications that want to implement their own AAD authentication provider are still burdened with M.D.S bringing in its own MSAL dependency tree.
I'd love to see the default MSAL implementation in M.D.S separated out into its own nuget package that applications could consume if they don't want to create their own. Then applications like SSMS that need to implement MSAL auth with fully custom behaviors and evolve at a different pace won't have to deal with M.D.S package dependencies on Azure components at build time.
Beta Was this translation helpful? Give feedback.
All reactions