> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/entitlement-data-discovery/credentials-discovery/slack-credentials.md).

# Slack: Credentials

### Overview

BalkanID supports discovery and governance of credentials within Slack as part of **IGA for Non-Human Identities (NHI)**.

All credentials are normalized into the BalkanID data model and surfaced in the Credentials tab, along with their associated identities, access relationships, and risk insights.

The associated Credentials can also be seen under the specific application integration (Slack) page.

<figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FWtv8jaGs0MRN48P4yzw5%2Fimage.png?alt=media&amp;token=48a7aeed-d753-4685-aef8-466d90f63cbd" alt=""><figcaption></figcaption></figure>

### Required Slack OAuth Scopes for Credential Discovery

The required OAuth Scopes will be shown while installing the Slack Application to your workspace.

### Credential Types Supported

BalkanID tracks the following Slack credential types based on the workspace environment tier:

{% hint style="info" %}
Note: The credential types listed below represent the supported set of Slack credentials extracted across Enterprise and standard workspace tiers.
{% endhint %}

**Enterprise Grid**

* Bot OAuth Token (`xoxb-`)
* User OAuth Token (`xoxp-`)
* Configuration Token (`xoxc-`)

**Free / Pro / Business+**

* Bot OAuth Token (`xoxb-`)

### Common risks associated with Slack credentials include:

* Overprivileged Bot Tokens: Tokens granted admin-level scopes (`admin:*`) that allow workspace-wide setting modifications and full administrative control if compromised.
* Broad Read Access Bot Tokens: Tokens with message history scopes (`*:history`) that can read sensitive communications across public channels, private groups, or DMs.
* Privileged User OAuth Tokens: Admin-authorized user tokens (`xoxp-`) that inherit elevated permissions, allowing administrative actions to be executed externally.

This ensures comprehensive visibility and control over credential-based access in Slack Workspaces.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/getting-started/entitlement-data-discovery/credentials-discovery/slack-credentials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
