Fix Bookstack OIDC client ID to match Pocket ID configuration

The deployment was using client ID "bookstack" which does not exist in
Pocket ID. Updated to use the actual client ID from Pocket ID.

This fixes the "Record not found" error when attempting to login via
Pocket ID.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-12 11:51:18 +00:00
parent 2e8bb89261
commit 0523d6e0c6

View file

@ -163,7 +163,7 @@ spec:
- name: OIDC_DISPLAY_NAME_CLAIMS
value: "name"
- name: OIDC_CLIENT_ID
value: "bookstack"
value: "158bc0f7-e569-47c1-8dd2-269b9812cb18"
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef: