> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Lender authentication configuration contract

> Lender authentication documentation now lists only the configuration variables the service reads.

<Badge stroke icon="calendar-days" iconType="regular">August 13, 2026</Badge> <Badge stroke icon="file-code" iconType="regular">Documentation correction</Badge> <Badge color="yellow" size="lg" stroke icon="eye" iconType="regular">Review recommended</Badge>

## Affects

***

Teams configuring Lender route authorization.

## What changed

***

Lender configures authentication with `PLUGIN_AUTH_ENABLED` and `PLUGIN_AUTH_HOST`. `AUTH_REQUIRED` is not a Lender configuration variable and is no longer listed in the prerequisites or deployment checklist.

This is a documentation correction that aligns the guide with the implemented configuration surface. It does not announce a runtime release.

## Impact

***

**Classification: Review recommended.** Remove reliance on `AUTH_REQUIRED` from Lender deployment templates and runbooks.

## What you need to do

***

<Steps>
  <Step>Review Lender manifests and runbooks that set or validate `AUTH_REQUIRED`.</Step>
  <Step>Configure `PLUGIN_AUTH_ENABLED` and `PLUGIN_AUTH_HOST` for deployments that enable route authorization.</Step>
  <Step>Verify that your identity provider is reachable and calls send bearer tokens with the required subject and permissions.</Step>
</Steps>

## Resources

***

* [Lender prerequisites](/en/lender/lender-prerequisites)
