> 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/salesforce-credentials.md).

# Salesforce: Credentials

### Overview

BalkanID supports discovery and governance of credentials within Salesforce 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 (Salesforce) page.

<figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2F59Q9VVFmC03AvBg8cNyk%2Fimage.png?alt=media&amp;token=8ef7fb34-5509-4235-9943-197946547a6e" alt=""><figcaption></figcaption></figure>

### Credential Types Supported

{% hint style="info" %}
Note: The credential types listed below are examples and do not represent the complete set of supported Salesforce credentials.
{% endhint %}

* Connected App Credentials
* OAuth Tokens
* Named Credentials
* External Credentials
* External Credential Principals
* User Authentication Certificates
* Org Certificates

### Common risks associated with Salesforce Credentials include:

* Stale and Dormant Acces&#x73;**:** OAuth Tokens or Connected Apps that remain active despite no usage for 90+ days, increasing unnecessary attack surface.
* Unmonitored Orphaned Credential&#x73;**:** OAuth Tokens or Connected Apps that have **never been used** (usage count of zero), leaving untracked access paths.
* Active Credentials on Deactivated User&#x73;**:** OAuth Tokens that remain valid after the associated Salesforce user has been deactivated, potentially enabling unauthorized access or data exfiltration.
* Imminent Credential Expiratio&#x6E;**:** Organization or user certificates expiring within **30 days**, creating risk of unexpected integration failures if not rotated in time.
* Expired Certificate&#x73;**:** Organization or user X.509 certificates that have already expired, indicating broken integrations and poor certificate lifecycle management.
* Unauthenticated Outbound Callout&#x73;**:** Named Credentials configured with an anonymous principal, allowing outbound API calls without an authenticated identity. This should be rare, explicitly justified, and tightly controlled.

This provides visibility into programmatic access across Salesforce and strengthens Identity Governance and Administration (IGA) by enabling credential inventory, access analysis, lifecycle monitoring, and governance.


---

# 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/salesforce-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.
