Setup: Add PHOTOPRISM_OIDC_PROMPT to compose & Helm examples #5698

Lists the new OIDC authorization prompt option alongside the other
PHOTOPRISM_OIDC_ settings (in flag order) in the dev compose files and the
Plus Helm chart values/questions. Empty default preserves current behavior.
This commit is contained in:
Michael Mayer 2026-06-27 12:39:25 +00:00
parent 9d0aca64b8
commit ba82cefb83
5 changed files with 8 additions and 0 deletions

View file

@ -206,6 +206,10 @@ questions:
description: "Space-delimited scopes requested from the provider."
type: string
default: "openid email profile"
- variable: oidc.PHOTOPRISM_OIDC_PROMPT
label: "OIDC Authorization Prompt"
description: "Optional prompt forcing re-authentication or account selection: login, select_account, or consent."
type: string
- variable: oidc.PHOTOPRISM_OIDC_REGISTER
label: "Auto Register Users"
description: "Automatically create PhotoPrism accounts after successful OIDC login."

View file

@ -94,6 +94,7 @@ oidc:
PHOTOPRISM_OIDC_CLIENT: ""
PHOTOPRISM_OIDC_SECRET: ""
PHOTOPRISM_OIDC_SCOPES: "openid email profile"
PHOTOPRISM_OIDC_PROMPT: ""
PHOTOPRISM_OIDC_REGISTER: true
PHOTOPRISM_OIDC_REDIRECT: false
PHOTOPRISM_OIDC_USERNAME: "email"