Hi,
according to https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam
There should be the possibibility to sign-in with the user currently logged in Windows.
in MSAL.NET this can be easily achieved through this:
PublicClientApplication.OperatingSystemAccount
Is there anyhow the possibility to do the same through MSAL4J-brokers ?