added oidc scopes

This commit is contained in:
2026-01-13 16:46:27 +01:00
parent 7752189e01
commit 8249fd0c4d
+2
View File
@@ -111,6 +111,8 @@ spec:
value: "preferred_username" value: "preferred_username"
- name: OIDC_DISPLAY_NAME - name: OIDC_DISPLAY_NAME
value: "authentik" value: "authentik"
- name: OIDC_SCOPES
value: "openid profile email offline_access"
# SMTP Configuration # SMTP Configuration
- name: SMTP_HOST - name: SMTP_HOST
valueFrom: valueFrom: