Skip to content
Open
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
11 changes: 11 additions & 0 deletions docs/polis/deploy/env-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,17 @@ Default: `true`

NPM library option: `openid.subjectPrefix`

### **OPENID_REDIRECT_EXACT_MATCH**

When set to `true`, redirect URI validation requires an **exact match** of the full URL, including scheme, host, and path.
By default (`false`), redirect validation only checks the scheme and host and **ignores the path**.

Enable this option to enforce stricter and more secure redirect URI checks.

**Default:** `false`

**NPM library option:** `openid.redirectExactMatch`

## Database configuration

### **DB_ENGINE**
Expand Down
Loading