prepare for k3s
This commit is contained in:
parent
dbe7530092
commit
b16f387593
3 changed files with 12 additions and 5 deletions
10
README.md
10
README.md
|
@ -117,6 +117,16 @@ user.
|
|||
Whether to allow a user logging in via OIDC to match a pre-existing account
|
||||
instead of failing.
|
||||
|
||||
## OIDC_LOCALPART_TEMPLATE
|
||||
- default: {{ user.preferred_username }}
|
||||
|
||||
Jinja2 template for the localpart of the MXID.
|
||||
|
||||
## OIDC_DISPLAY_NAME_TEMPLATE
|
||||
- default: {{ user.given_name }} {{ user.last_name }}
|
||||
|
||||
Jinja2 template for the display name to set on first login.
|
||||
|
||||
## SSO_CLIENT_WHITELIST
|
||||
- default: []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue