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:
parent
2e8bb89261
commit
0523d6e0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue