Microsoft Intune don open the screen to login

Peruso, Fabricio 10 Reputation points
2023-12-19T21:32:33.74+00:00

Hi,

I just setup a new machine with Ubuntu 22.04.3 LTS. I installed Microsoft Edge and Intune. I open Intune portal but when I click on "Sign in" it open another blank screen and nothing happen...

Please could you help me?

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Microsoft Intune Linux
{count} vote

2 answers

Sort by: Most helpful
  1. Jim Labilles 10 Reputation points
    2025-01-03T20:46:40.09+00:00

    Hello Fabricio,

    I just setup a new machine with Ubuntu 22.04.3 LTS. I installed Microsoft Edge and Intune. I open Intune portal but when I click on "Sign in" it open another blank screen and nothing happen... Please could you help me?

    I found a solution. But before that, you need to understand if my environment is different for you.

    ENV:

    Ubuntu 22.04.05 LTS (Jammy Jellyfish)

    Virtual Box - VM

    Issue:
    Compatibility issues between the Intune Portal app and my Ubuntu environment, specifically involving GTK and WebKit.

    Solution:

    First make sure to install or that you have the GTK and Webkit libs

    sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev

    Then, you must force rendering using an environment variable:

    export LIBGL_ALWAYS_SOFTWARE=1

    Then, make sure to open your intune-portal app via the terminal so that it uses the env variable:

    /opt/microsoft/intune/bin/intune-portal

    This solution worked for me!
    But also know that before this I tried the following:

    1. Install Microsoft Edge
    2. Purged and re-install intune-portal (and edge for good measure)

    Doing these two did nothing for me until I've done the solution I wrote above.

    2 people found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2023-12-20T08:07:06.78+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    To be honest, I'm not very familiar with Linux OS, with Q&A limitation, it is suggested to open an online support ticket to get the further help. Here is the support link:

    https://docs.microsoft.com/en-us/mem/get-support

    Thank you for your kind understanding. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.