Forum Discussion
codemainan123
Feb 06, 2025Copper Contributor
Is there a way to create new App with Graph C#, as admin, without having access to clientId?
1.) i am trying to rollout a CalendarSync to several different organizations, in an effort to reduce work by the org. admins. So to say I am looking for ways to automate the microsoft entra stuff: ...
David_Ikrash_001
Feb 06, 2025Copper Contributor
The question asks if it's possible to create a new app using Microsoft Graph API with C# as an admin, but without having access to the client ID. Generally, the client ID is crucial for identifying and authorizing an application within Azure AD. However, as an admin, you may have the ability to create an app registration in Azure AD without needing the client ID upfront. The client ID is generated when you register the app, so you can later use it for API calls or client authentication. In essence, while you don't need the client ID to create the app, you'll need it for integrating the app with Graph API after registration.