Intune issue on Ubuntu 24.04
Hello,
I installed Intune on Ubuntu 24.04 after a distro upgrade. The install went fine but the identity provider agent report the “Unable to derive key material as unable to find the derivation key for alias” error.
Full trace:
journalctl -u microsoft-identity-device-broker.service
[…]
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: E/DeviceBrokerServiceOperation:generateDerivedKey: [2024-11-01 13:49:33 – thread_id: 17, correlation_id: ************************* – ] Unable to derive key material as unable to find the derivation key for alias: <redacted>
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: com.microsoft.identity.common.java.exception.ClientException: Unable to derive key material as unable to find the derivation key for alias: <redacted>
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at com.microsoft.identity.device.broker.operation.DeviceBrokerServiceOperation.generateDerivedKey(DeviceBrokerServiceOperation.java:173)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at com.microsoft.identity.broker.dbus.services.impl.DeviceBrokerDBusV1Impl.generateDerivedKey(DeviceBrokerDBusV1Impl.java:212)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.lang.reflect. Method.invoke(Method.java:566)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at org.freedesktop.dbus.connections.AbstractConnection$2.run(AbstractConnection.java:816)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.lang.Thread.run(Thread.java:829)
I know that in theory its not supported on 24.04 but I have some contact who managed the app to work, they just didn’t had that error.
Does anyone know what the error mean?
Ive already tried to uninstall all intune component + wiped the folders I found on my machine without success…
Hello, I installed Intune on Ubuntu 24.04 after a distro upgrade. The install went fine but the identity provider agent report the “Unable to derive key material as unable to find the derivation key for alias” error. Full trace: journalctl -u microsoft-identity-device-broker.service
[…]
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: E/DeviceBrokerServiceOperation:generateDerivedKey: [2024-11-01 13:49:33 – thread_id: 17, correlation_id: ************************* – ] Unable to derive key material as unable to find the derivation key for alias: <redacted>
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: com.microsoft.identity.common.java.exception.ClientException: Unable to derive key material as unable to find the derivation key for alias: <redacted>
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at com.microsoft.identity.device.broker.operation.DeviceBrokerServiceOperation.generateDerivedKey(DeviceBrokerServiceOperation.java:173)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at com.microsoft.identity.broker.dbus.services.impl.DeviceBrokerDBusV1Impl.generateDerivedKey(DeviceBrokerDBusV1Impl.java:212)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.lang.reflect. Method.invoke(Method.java:566)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at org.freedesktop.dbus.connections.AbstractConnection$2.run(AbstractConnection.java:816)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
nov 01 14:49:33 my-laptop microsoft-identity-device-broker[21822]: at java.base/java.lang.Thread.run(Thread.java:829) I know that in theory its not supported on 24.04 but I have some contact who managed the app to work, they just didn’t had that error.Does anyone know what the error mean? Ive already tried to uninstall all intune component + wiped the folders I found on my machine without success… Read More