feat: support gravatar profile pictures for oidc
This commit is contained in:
parent
9183f805a6
commit
4351e1fcb3
5 changed files with 51 additions and 3 deletions
|
|
@ -164,3 +164,8 @@ oidc:
|
|||
# Stores the users and their permissions for Headplane
|
||||
# This is a path to a JSON file, default is specified below.
|
||||
user_storage_file: "/var/lib/headplane/users.json"
|
||||
|
||||
# By default profile pictures are pulled from the OIDC provider when
|
||||
# we go to fetch the userinfo endpoint. Optionally, this can be set to
|
||||
# "oidc" or "gravatar" as of 0.6.1.
|
||||
# profile_picture_source: "gravatar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue