MicrosoftGraphApplications
Use the Entra ID Applications integration (formerly Azure Active Directory Applications) to manage authorized applications.
IT Services · Microsoft Graph Applications
Configuration parameters
app_id— Application IDazure_ad_endpoint— Azure AD endpointinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsauthentication_type— Authentication Typetenant_id— Tenant ID (for Client Credentials mode)credentials— Client Secret (for Client Credentials mode)managed_identities_client_id—
Commands (12)
-
msgraph-apps-auth-completeRun this command to complete the authorization process. Should be used after running the msgraph-apps-auth-start command.
-
msgraph-apps-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
msgraph-apps-auth-startRun this command to start the authorization process and follow the instructions in the command results.
-
msgraph-apps-auth-testTests connectivity to Microsoft.
-
msgraph-apps-service-principal-getRetrieve the properties and relationships of a servicePrincipal object.
-
msgraph-apps-service-principal-listRetrieves a list of applications.
-
msgraph-apps-service-principal-lock-configurationLock configuration of a service principal.
-
msgraph-apps-service-principal-password-addAdd a strong password or secret to a service principal. To allow this command, use msgraph-apps-service-principal-unlock-configuration. The password will be expired in 1 hour by default.
-
msgraph-apps-service-principal-password-removeRemove a password from a service principal. To allow this command, use msgraph-apps-service-principal-unlock-configuration.
-
msgraph-apps-service-principal-removeRemoves an application from the directory.
-
msgraph-apps-service-principal-unlock-configurationUnlock configuration of a service principal.
-
msgraph-apps-service-principal-updateUpdate the properties of servicePrincipal object.