Forum Discussion
Intune issue on Ubuntu 24.04
Hi alejandrolorite , actually after a new attempt I got this working. Those are the steps I followed :
sudo apt remove microsoft-identity-broker
sudo apt purge microsoft-identity-broker
sudo apt remove intune-portal
sudo apt purge intune-portal
Delete directories for intune and identity-provider in your home directories: `.cache`, `.config`, `.local` (do not delete those dir entirely or you may loose some configs for other apps)
sudo apt install intune-portal
systemctl --user daemon-reload
journalctl --follow
After that I started seeing an error about folder permission in the journalctl output. Intune was not able to create the soft link ~/.local/state/logmicrosoft-identity-broker -> ../../../.config/log/microsoft-identity-broker. So I tried giving write permission the this .config folder and I finally get to the screen with the register button in Intune