Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/manage-projects/manage-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ ask on [Community](https://community.openfn.org).
## Keychain Credentials (Variable Auth)

Keychain credentials allow for a single job to make use of multiple credentials.

They work by inspecting the data in the job's runtime state (i.e., state.data)
and checking for the value of a predetermined identifier. Based on that value,
present in the data for a given source message, for example, another credential
will be selected and applied for that particular job run.

Keychain credentials allow for a single job to make use of multiple credentials.
They work by inspecting the data in the initial input for a given run (e.g.,
state.data) and checking for the value of a predetermined identifier.

Imagine you have 2 credentials in your project:

1. Taylor’s Login, External ID: abc123, Body:
Expand Down