Skip to main content

Hello! I would appreciate it if anyone can help. Followed instructions to install Intune app but I get this error:

It asks for Azure Client ID and Azure Secret Name. I am assuming I need to create a registered app in EntraID? If so, I have done that and tried Client ID and secret ID but that didn’t work.

Hello! Yes, you're on the right track—when the Intune app asks for an Azure Client ID and Azure Secret Name, it typically means the application is trying to authenticate via Microsoft Entra ID (formerly Azure AD) using an app registration. Creating a registered app in Entra ID is indeed the correct first step. After registering the app, you should use the Application (client) ID as the Client ID. For the secret, you must generate a new Client Secret under the "Certificates & secrets" section of your registered app—not the Secret ID, but the actual value of the secret, which is only visible right after you create it. This value is what you should enter as the Azure Secret Name. Also, ensure that the registered app has the appropriate API permissions for Intune  and that admin consent has been granted. Double-check these details, and you should be able to authenticate successfully. 


Thank you. After double checking everything, I was using the incorrect name for .onmicrosoft.


Reply