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 ID
  • azure_ad_endpoint — Azure AD endpoint
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • authentication_type — Authentication Type
  • tenant_id — Tenant ID (for Client Credentials mode)
  • credentials — Client Secret (for Client Credentials mode)
  • managed_identities_client_id

Commands (12)

  • msgraph-apps-auth-complete

    Run this command to complete the authorization process. Should be used after running the msgraph-apps-auth-start command.

  • msgraph-apps-auth-reset

    Run this command if for some reason you need to rerun the authentication process.

  • msgraph-apps-auth-start

    Run this command to start the authorization process and follow the instructions in the command results.

  • msgraph-apps-auth-test

    Tests connectivity to Microsoft.

  • msgraph-apps-service-principal-get

    Retrieve the properties and relationships of a servicePrincipal object.

  • msgraph-apps-service-principal-list

    Retrieves a list of applications.

  • msgraph-apps-service-principal-lock-configuration

    Lock configuration of a service principal.

  • msgraph-apps-service-principal-password-add

    Add 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-remove

    Remove a password from a service principal. To allow this command, use msgraph-apps-service-principal-unlock-configuration.

  • msgraph-apps-service-principal-remove

    Removes an application from the directory.

  • msgraph-apps-service-principal-unlock-configuration

    Unlock configuration of a service principal.

  • msgraph-apps-service-principal-update

    Update the properties of servicePrincipal object.