File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,9 @@ keycloak:
5454 size: 5Gi
5555 image: postgres:16-alpine
5656 realm:
57- name: docs
57+ name: Docs The Docs
5858 username: docs
5959 password: docs
6060 email: docs@example.com
61-
61+ given_name: Docs
62+ last_name: The Docs
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ backend:
3232 LOGGING_LEVEL_HANDLERS_CONSOLE: ERROR
3333 LOGGING_LEVEL_LOGGERS_ROOT: INFO
3434 LOGGING_LEVEL_LOGGERS_APP: INFO
35- OIDC_USERINFO_SHORTNAME_FIELD: "preferred_username "
35+ OIDC_USERINFO_SHORTNAME_FIELD: "given_name "
3636 OIDC_USERINFO_FULLNAME_FIELDS: "name"
3737 OIDC_OP_JWKS_ENDPOINT: https://{{ .Values.feature }}-docs-keycloak.{{ .Values.domain }}/realms/docs/protocol/openid-connect/certs
3838 OIDC_OP_AUTHORIZATION_ENDPOINT: https://{{ .Values.feature }}-docs-keycloak.{{ .Values.domain }}/realms/docs/protocol/openid-connect/auth
You can’t perform that action at this time.
0 commit comments