You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
I'm seeing the following when trying to obtain a token on Linux.
Structure.getFieldOrder() on class com.microsoft.aad.msal4jextensions.persistence.linux.GError returns names ([code, domain, message]) which do not match declared field names ([])
I'm using msal4j on a Dockerized debian-10.5-slim image which does not have libsecret preinstalled.
I've installed the libsecret-1-0 package to fulfill the dependency and Java appears to be loading the library.
If there is additional configuration that is needed in support of this scenario, I haven't been able to find documentation relevant to it. Libsecret documentation that I've found does not seem to address any configuration.