Enterprise app

tarou chabi 731 Reputation points
2022-07-10T11:34:58.233+00:00

I use "Microsoft Intune PowerShell" and "Microsoft Graph PowerShell".
Now, I want to register GET.ps1 in the task scheduler and up to spo the get file.

Can I automatically log in with a certificate or client secret with Enterprise app???????
Only app register????

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2022-07-10T13:54:20.24+00:00

    Hi,

    You can register an App in Azure Portal. That will create automatically an Service Principal - enterprise app - to whom you can assign RBAC roles to manage resources. You can add a certificate or a secret to the app and in that way you can authenticate with the service principal associated:

    https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#register-an-application-with-azure-ad-and-create-a-service-principal

    Hope this helps!


0 additional answers

Sort by: Most helpful

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.