Avery-Dunn
Avery-Dunn
Fixed as part of https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/811 and released in 1.17.0
Hello @maxynandy : This thread was for discussing plans for adding extra functionality for ROPC, not really about specific issues. Please create a separate thread to track and discuss your...
Hello @dylanmccurry-msft : Glad to hear you got it working, was just in the middle of typing a response. We do a similar thing for automated tests in our internal...
We have a wiki page called Logging that just covers how logging works with MSAL Java SL4J and whatnot: https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki/Logging A lot of MSAL wiki pages got moved to Microsoft...
@bgavrilMS : No, the extensions package has always been in a separate repo, and looking at it now has gotten very out of date: https://github.com/AzureAD/microsoft-authentication-extensions-for-java It was before my time...
Forgot to close this at the time, but in https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/807 the extensions package was moved to this repo, and a new [1.3.0 version](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j-persistence-extension/1.3.0) was released to update the dependencies.
The only sample which still shows the bad pattern of 'make client app -> acquire token -> destroy client app' is device code flow [here](https://github.com/Azure-Samples/ms-identity-msal-java-samples/blob/8a2d78d9f93070e4b4a4975769d096d6ed3e96cd/2.%20Client-Side%20Scenarios/Device-Code-Flow/src/main/java/DeviceCodeFlow.java#L23), all others were fixed some...
Sorry about the delay on this, it's been sitting in our backlog for a while but we'll discuss finally picking it up and I'll give you an update when we...
@David-Engel : Here are the docs for using WAM and MSAL Java: https://learn.microsoft.com/en-us/entra/msal/java/advanced/using-wam-and-the-msal4jbrokers-package That page still has the information from when it was in beta, so until it's updated you...
@lilgreenbird : That getDefaultUser() is only for testing, it is used to get some default user from our internal test environment. It has nothing to do with the default OS...