# Enterprise Applications

This page shows all the enterprise applications that are available in the tenant. This can for example be very helpful when trying to identify SAM applications from previous MSPs.

To do this, first clear the filter and then select the `All-non-Microsoft Enterprise Apps` filter. If not done in this order, the filter will not work as expected.

## Page Actions

<details>

<summary>Deploy Template</summary>

This button will launch [Application Approval](/user-documentation/tools/tenant-tools/appapproval.md).

</details>

## Table Details

The properties returned are for the Graph resource type `servicePrincipal`. For more information on the properties please see the [Graph documentation](https://learn.microsoft.com/en-us/graph/api/resources/serviceprincipal?view=graph-rest-1.0#properties).

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>View in CIPP</td><td>Opens the <a data-mention href="/pages/i5eDn82GNtdW7ra8rCXl">/pages/i5eDn82GNtdW7ra8rCXl</a> page to the selected enterprise application.</td><td>false</td></tr><tr><td>View Application</td><td>Opens the application in Entra ID</td><td>false</td></tr><tr><td>Create Template from App</td><td>Opens a modal to confirm you want to create a template from the selected application. This will create the associated permission set too.</td><td>true</td></tr><tr><td>Remove Password Credentials</td><td>Removes the password credentials from the selected enterprise application(s), if applicable</td><td>true</td></tr><tr><td>Remove Certificate Credentials</td><td>Removes the certificate credentials from the selected enterprise application(s), if applicable</td><td>true</td></tr><tr><td>Disable Service Principal</td><td>If enabled, disables the service principal for the selected enterprise application(s)</td><td>true</td></tr><tr><td>Enable Service Principal</td><td>If disabled, enables the service principal for the selected enterprise application(s)</td><td>true</td></tr><tr><td>Delete Service Principal</td><td>Deletes the service principal for the selected enterprise application(s)</td><td>true</td></tr><tr><td>More Info</td><td>Opens the Extended Info flyout</td><td>false</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cipp.app/user-documentation/tenant/administration/applications/enterprise-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
