AADSTS7000218: The request body must contain the following parameter: ‘client_assertion’ or ‘client_secret’ in msal4j library with java
I am getting the following error: AADSTS7000218: The request body must contain the following parameter: ‘client_assertion’ or ‘client_secret’ when using the MSAL4J library in a java application, I looked up on google and i’ve found that in my PublicClientApplication i must set the allowPublicClient to true, and still doesn’t work, the steps I do are: Opens a new window with the microsoft login, I enter the user and password and login, when i press accept, appears a blank page with text saying that the Authentication was succesfull, and in my console I get this error, so i can not retrieve the accessToken
Manifest
[Code opening the login window of microsoft](https://i