# Applications

The `Applications` page provides a list of enumerated Applications in entire Azure. The list contains the `Object ID` , `Application ID`, `Publisher Domain` , `Tier 0`, `Risk Score` , `Exposure Point` and `Issue Counts` of each domain object.

<figure><img src="/files/EWpkFteygXxJQBA74h5E" alt=""><figcaption><p>Applications</p></figcaption></figure>

## Application Details

Details page contains the `Risk Score` of the application,`Exposure Point`, `Details` tab, `Visualize` button, `Issues` panes.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/LxmxbxoLpePI5CkPJzHa" alt=""><figcaption><p>Application Details</p></figcaption></figure>

## Details

Details tab contains attributes below about domain.

| Attribute            | Description                                                                                                                                                 |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**             | The unique name of the application object, typically matching the service principal’s identifier in Azure AD.                                               |
| **Publisher Domain** | The domain name under which the application was published or registered, usually matching the tenant’s default domain.                                      |
| **Display Name**     | The name shown for the application in the Azure portal and sign-in logs; used for identification by users and admins.                                       |
| **Sign In Audience** | Specifies the scope of users who can sign in to the application. For example, `AzureADMyOrg` means only users in the same Azure AD tenant can authenticate. |
| **Description**      | A free-text field to describe the application's purpose; blank if not provided during registration.                                                         |
| **App ID**           | The globally unique identifier (client ID) assigned to the registered application. In this case, the field is blank or not shown.                           |
| **When Created**     | The date and time the application or its associated service principal was created in the Azure AD tenant.                                                   |
| **Tenant ID**        | The unique identifier (GUID) of the Azure AD tenant where the application is registered or being used.                                                      |
| **Last Seen**        | The most recent timestamp when the application was used or accessed within the tenant.                                                                      |
| **Object ID**        | A unique object identifier (GUID) for the application’s service principal within the Azure AD directory.                                                    |

## Issues

Issues pane contains identified issues on the application object.

![Issues](/files/siqP5uoOaydQF3s3YOvv)


---

# 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.forestall.io/fsprotect/azure-identities/applications.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.
